integarting admin dashboard
This commit is contained in:
24
public/Dashboard/scss/common/light/mixins/_no-ui-slider.scss
Normal file
24
public/Dashboard/scss/common/light/mixins/_no-ui-slider.scss
Normal file
@ -0,0 +1,24 @@
|
||||
|
||||
// Sider color variations
|
||||
@mixin slider-color-variant($color) {
|
||||
.noUi-base {
|
||||
.noUi-connect {
|
||||
background: $color;
|
||||
}
|
||||
|
||||
.noUi-origin {
|
||||
background: $color;
|
||||
|
||||
.noUi-handle {
|
||||
&:after {
|
||||
background: $color;
|
||||
}
|
||||
|
||||
.noUi-tooltip {
|
||||
background: $color;
|
||||
color: $white;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user