File tree Expand file tree Collapse file tree 3 files changed +15
-5
lines changed
Expand file tree Collapse file tree 3 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 1+ <!-- Post list -->
2+ {% include paginator-list.html src=paginator %}
3+
14<!-- Pagination buttons -->
25< div class ="pagination ">
36 <!-- Previous button -->
69 ◀
710 </ a >
811 {% else %}
9- < span class ="button "> ◀ </ span >
12+ < span class ="button_null "> ◀ </ span >
1013 {% endif %}
1114
1215 <!-- pages -->
2023 ▶
2124 </ a >
2225 {% else %}
23- < span class ="button "> ▶ </ span >
26+ < span class ="button_null "> ▶ </ span >
2427 {% endif %}
2528</ div >
26-
27- <!-- Post list -->
28- {% include paginator-list.html src=paginator %}
Original file line number Diff line number Diff line change 1111
1212 // Positioning context for the mobile navigation icon
1313 position : relative ;
14+ background : #f8f9f9 ;
15+
1416 // background: black; //black;// #ff9933; //#f8f9f9;
1517}
1618
117119 border-bottom : none ;// 5px solid $grey-color-dark;
118120 padding : $spacing-unit 0 ;
119121
122+ box-shadow : 0px -1px 6px $grey-color-light ;
120123 background : #f8f9f9 ; // #ff9933; //
121124}
122125
Original file line number Diff line number Diff line change 8282 .button_link :hover {
8383 background : #b3d1ff ;
8484 text-decoration : none ;
85+ color : blue ;
86+ }
87+
88+ .button_null {
89+ @extend .button ;
90+ color : $grey-color-light ;
8591 }
8692
8793 .page_number {
97103 display : flex ;
98104 flex-direction : row ;
99105 justify-content : center ;
106+ padding-top : 10px ;
100107
101108 h3 {
102109 text-align : center ;
You can’t perform that action at this time.
0 commit comments