Changeset 5969 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg/css/components/_posts-navigation.scss
- Timestamp:
- 09/27/2017 09:27:52 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg/css/components/_posts-navigation.scss
r5945 r5969 4 4 .page-numbers { 5 5 background-color: #f9f9f9; 6 cursor: hand; 7 display: inline-block; 6 8 min-width: 2em; 7 9 padding: 8px; 8 display: inline-block;9 cursor: hand;10 10 11 11 &.next, 12 12 &.prev, 13 13 &.dots { 14 background: none; 15 font-size: 0.9em; 14 16 width: auto; 15 font-size: 0.9em;16 background: none;17 17 } 18 18 &.dots { 19 19 cursor: inherit; 20 20 } 21 22 @media screen and (max-width: $ms-breakpoint) { 23 &.prev, 24 &.next { 25 font-size: 0; 26 min-width: initial; 27 padding: 0; 28 } 29 30 &.prev:before, 31 &.next:after { 32 background-color: #f9f9f9; 33 display: inline-block; 34 font-size: ms( 0 ); 35 line-height: 1.5; 36 min-width: 2em; 37 padding: 8px; 38 } 39 40 &.prev:before { 41 content: '\2039'; /* ‹ */ 42 } 43 44 &.next:after { 45 content: '\203A'; /* › */ 46 } 47 } 21 48 } 22 49 span.page-numbers { 50 background-color: #f7f7f7; 23 51 font-weight: bold; 24 background-color: #f7f7f7;25 52 } 26 53 }
Note: See TracChangeset
for help on using the changeset viewer.