yunser-ui-vue
Version:
material design ui for vue2
9 lines (8 loc) • 327 B
text/less
@switchThumbOnColor: @primaryColor;
@switchThumbOffColor: @darkerAccentColor;
@switchThumbDisabledColor: @grey300;
@switchTrackOnColor: fade(@primaryColor, 50%);
@switchTrackOffColor: @lighterPrimaryColor;
@switchTrackDisabledColor: @lighterPrimaryColor;
@switchTextColor: @textColor;
@switchTextDisabledColor: @disabledColor;