Init(Core): Change repo
This commit is contained in:
42
public/assets/scss/custom/plugins/_range-slider.scss
Normal file
42
public/assets/scss/custom/plugins/_range-slider.scss
Normal file
@@ -0,0 +1,42 @@
|
||||
|
||||
//
|
||||
// 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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user