_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
_sides_pager.scss
45 lines
| 1 | .strong-view { |
| 2 | &.controls-type-sides { |
| 3 | .wpmslider-controls { |
| 4 | height: 0; |
| 5 | } |
| 6 | |
| 7 | &.pager-style-text, |
| 8 | &.pager-style-buttons { |
| 9 | .wpmslider-controls { |
| 10 | height: auto; |
| 11 | } |
| 12 | } |
| 13 | |
| 14 | &.nav-position-inside { |
| 15 | .wpmslider-controls-direction { |
| 16 | display: inline; |
| 17 | } |
| 18 | .wpmslider-pager { |
| 19 | position: absolute; |
| 20 | bottom: 0; |
| 21 | display: inline-block; |
| 22 | padding-bottom: 15px; |
| 23 | width: 100%; |
| 24 | } |
| 25 | } |
| 26 | |
| 27 | &.nav-position-inside { |
| 28 | .wpmslider-prev, |
| 29 | .wpmslider-next { |
| 30 | position: absolute; |
| 31 | top: calc(50% - 14px); |
| 32 | } |
| 33 | } |
| 34 | |
| 35 | &.nav-position-outside { |
| 36 | .wpmslider-prev, |
| 37 | .wpmslider-next { |
| 38 | position: absolute; |
| 39 | /* subtract pager height */ |
| 40 | top: calc(50% - 55px + 14px); |
| 41 | } |
| 42 | } |
| 43 | } |
| 44 | } |
| 45 |