salix/front/core/components/input-range/style.scss

14 lines
257 B
SCSS
Raw Normal View History

2018-08-29 07:45:37 +00:00
@import 'colors';
vn-input-range {
label {
color: $main-01;
font-size: 12px;
padding: 0 25px;
}
label.min-label, label.max-label {
color: $main-font-color;
}
label.max-label {
float: right;
}
}