_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
_inside.scss
23 lines
| 1 | .strong-view { |
| 2 | &.nav-position-inside { |
| 3 | &:not(.controls-type-sides) { |
| 4 | .wpmslider-controls { |
| 5 | position: absolute; |
| 6 | bottom: 0; |
| 7 | width: 100%; |
| 8 | line-height: 1; |
| 9 | padding-bottom: 15px; |
| 10 | text-align: center; |
| 11 | z-index: 5; |
| 12 | |
| 13 | .wpmslider-start, |
| 14 | .wpmslider-stop, |
| 15 | .wpmslider-prev, |
| 16 | .wpmslider-next { |
| 17 | margin: 0 3px; |
| 18 | } |
| 19 | } |
| 20 | } |
| 21 | } |
| 22 | } |
| 23 |