style.css
34 lines
| 1 | .tutor-wrap-parent { |
| 2 | width: 100%; |
| 3 | padding-top: 80px; |
| 4 | padding-bottom: 80px; |
| 5 | } |
| 6 | |
| 7 | .tutor-modal-close:focus, |
| 8 | .tutor-modal-close:hover, |
| 9 | .tutor-tabs-tab:focus, |
| 10 | .tutor-tabs-tab:hover { |
| 11 | color: var(--tutor-text-brand) !important; |
| 12 | background-color: var(--tutor-tab-l3-active) !important; |
| 13 | box-shadow: var(--tutor-tab-active-shadow, none); |
| 14 | } |
| 15 | |
| 16 | .tutor-cart-empty-state a { |
| 17 | text-decoration: none !important; |
| 18 | } |
| 19 | |
| 20 | .plyr input[type=range]::-webkit-slider-runnable-track { |
| 21 | box-shadow: none !important; |
| 22 | } |
| 23 | |
| 24 | .plyr input[type=range]::-moz-range-track { |
| 25 | box-shadow: none !important; |
| 26 | } |
| 27 | |
| 28 | .plyr input[type=range]::-ms-fill-lower { |
| 29 | box-shadow: none !important; |
| 30 | } |
| 31 | |
| 32 | .plyr input[type=range]::-ms-fill-upper { |
| 33 | box-shadow: none !important; |
| 34 | } |