1- $InputRange-fontFamily : ' Helvetica Neue' , san- serif;
2- $InputRange-primaryColor : #3f51b5 ;
3- $InputRange-neutralColor : #aaaaaa ;
4- $InputRange-neutralLightColor : #eeeeee ;
5- $InputRange-disabledColor : #cccccc ;
1+ $InputRange-fontFamily : ' Helvetica Neue' , san- serif !default ;
2+ $InputRange-primaryColor : #3f51b5 !default ;
3+ $InputRange-neutralColor : #aaaaaa !default ;
4+ $InputRange-neutralLightColor : #eeeeee !default ;
5+ $InputRange-disabledColor : #cccccc !default ;
66
77// InputRange-slider
88$InputRange-slider-background : $InputRange-primaryColor !default ;
99$InputRange-slider-border : 1px solid $InputRange-primaryColor !default ;
1010$InputRange-slider-height : 1rem !default ;
1111$InputRange-slider-width : 1rem !default ;
12- $InputRange-slider-transition : transform 0.3s ease-out , box-shadow 0.3s ease-out ;
13- $InputRange-sliderContainer-transition : left 0.3s ease-out ;
12+ $InputRange-slider-transition : transform 0.3s ease-out , box-shadow 0.3s ease-out !default ;
13+ $InputRange-sliderContainer-transition : left 0.3s ease-out !default ;
1414$InputRange-slider--active-transform : scale (1.3 ) !default ;
1515$InputRange-slider--is-disabled-background : $InputRange-disabledColor !default ;
1616$InputRange-slider--is-disabled-border : 1px solid $InputRange-disabledColor !default ;
@@ -21,6 +21,6 @@ $InputRange-label-color: $InputRange-neutralColor !default;
2121// InputRange-track
2222$InputRange-track-background : $InputRange-neutralLightColor !default ;
2323$InputRange-track-height : 0.3rem !default ;
24- $inputRange-track-transition : left 0.3s ease-out , width 0.3s ease-out ;
24+ $inputRange-track-transition : left 0.3s ease-out , width 0.3s ease-out !default ;
2525$InputRange-track--active-background : $InputRange-primaryColor !default ;
2626$InputRange-track--is-disabled-background : $InputRange-neutralLightColor !default ;
0 commit comments