File tree Expand file tree Collapse file tree 3 files changed +32
-1
lines changed Expand file tree Collapse file tree 3 files changed +32
-1
lines changed Original file line number Diff line number Diff line change 10
10
@import " components/mcac-header.scss" ;
11
11
@import " components/pace" ;
12
12
@import " components/page-view" ;
13
+ @import " components/pagination" ;
13
14
@import " components/post-composer" ;
14
15
@import " components/post-form" ;
15
16
@import " components/post-view" ;
Original file line number Diff line number Diff line change
1
+ .pagination-wrapper {
2
+ text-align : center ;
3
+
4
+ .pagination {
5
+ li {
6
+ background-color : $white ;
7
+ display : inline-block ;
8
+ font-size : 18px ;
9
+ margin : $padding-s ;
10
+ padding : $padding-s $padding-m ;
11
+ }
12
+
13
+ a , a :visited {
14
+ color : $gray-dark ;
15
+ }
16
+
17
+ .arrow {
18
+ & .prev {
19
+ }
20
+
21
+ & .next {
22
+ }
23
+ }
24
+ }
25
+
26
+ .page-number {
27
+ & .active {
28
+ }
29
+ }
30
+ }
Original file line number Diff line number Diff line change 54
54
padding-bottom : $padding-xl ;
55
55
}
56
56
57
- @media only screen and (min-width : $small -device-break ) {
57
+ @media only screen and (min-width : $medium -device-break ) {
58
58
.cover-page {
59
59
h1 {
60
60
font-size : 64px ;
You can’t perform that action at this time.
0 commit comments