Slider.scss
1 @import '../../../common/styles/variables'; 2 3 .slider { 4 margin-top: -3px; 5 } 6 7 .slider .rc-slider-rail { 8 height: 8px; 9 } 10 11 .slider .rc-slider-track { 12 height: 8px; 13 background-color: $link-color; 14 } 15 16 .slider .rc-slider-handle { 17 width: 28px; 18 height: 28px; 19 margin-top: -9px; 20 margin-left: -13px; 21 border: 0; 22 background: $link-color; 23 } 24 25 .slider .rc-slider-handle:hover, 26 .slider .rc-slider-handle:active { 27 box-shadow: 0 0 5px rgba(0, 0, 0, 0.48); 28 }