Files
law-api/public/assets/scss/custom/plugins/_range-slider.scss

42 lines
668 B
SCSS

//
// Range slider
//
.irs {
font-family: inherit;
direction: ltr;
}
.irs--round{
.irs-bar, .irs-to, .irs-from, .irs-single {
background: $primary !important;
font-size: 11px;
}
.irs-to, .irs-from, .irs-single{
&:before{
border-top-color: $primary;
}
}
.irs-line{
background: $gray-300;
border-color: $gray-300;
}
.irs-grid-text{
font-size: 11px;
color: $gray-400;
}
.irs-min, .irs-max{
color: $gray-400;
background: $gray-300;
font-size: 11px;
}
.irs-handle{
border: 2px solid $primary;
width: 12px;
height: 12px;
top: 31px;
background-color: $card-bg !important;
}
}