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

14 lines
258 B
SCSS
Raw Normal View History

2019-02-06 10:24:29 +00:00
@import "variables";
2018-08-29 07:45:37 +00:00
vn-input-range {
label {
2019-02-08 16:49:51 +00:00
color: $color-main;
2018-08-29 07:45:37 +00:00
font-size: 12px;
padding: 0 25px;
}
label.min-label, label.max-label {
2019-02-08 16:49:51 +00:00
color: $color-font;
2018-08-29 07:45:37 +00:00
}
label.max-label {
float: right;
}
}