_base.scss
1 year ago
_buttons.scss
1 year ago
_buttons2.scss
1 year ago
_buttons3.scss
1 year ago
_inside.scss
1 year ago
_outside.scss
1 year ago
_pager_buttons.scss
1 year ago
_pager_inside.scss
1 year ago
_pager_text.scss
1 year ago
_sides.scss
1 year ago
_sides_outside.scss
1 year ago
_sides_pager.scss
1 year ago
_text.scss
1 year ago
_pager_text.scss
22 lines
| 1 | .strong-view { |
| 2 | .wpmslider-pager { |
| 3 | line-height: 24px; |
| 4 | margin: 0 7px; |
| 5 | text-align: center; |
| 6 | } |
| 7 | |
| 8 | .wpmslider-pager-link { |
| 9 | display: inline-block; |
| 10 | &.active { |
| 11 | color: #111; |
| 12 | font-weight: 700; |
| 13 | } |
| 14 | } |
| 15 | |
| 16 | &.pager-style-text { |
| 17 | .wpmslider-pager-link { |
| 18 | padding: 0 0.3em; |
| 19 | } |
| 20 | } |
| 21 | } |
| 22 |