2022-09-08 15:06:44 -04:00

20 lines
316 B
SCSS

//
// Range slider
//
.vue-slide-bar-tooltip {
background-color: $primary !important;
border: 1px solid $primary !important;
}
.vue-slide-bar-process {
background-color: $primary !important;
}
.vue-slide-bar {
background-color: $gray-300 !important;
}
.vue-slide-bar-separate-text {
color: $gray-400;
}