prvi
This commit is contained in:
24
EveryThing/wwwroot/vendor/libs/nouislider/_mixins.scss
vendored
Normal file
24
EveryThing/wwwroot/vendor/libs/nouislider/_mixins.scss
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
@mixin nouislider-variant($background) {
|
||||
.noUi-connect { background: $background; }
|
||||
}
|
||||
|
||||
@mixin material-nouislider-variant($background) {
|
||||
.noUi-connect { background: $background; }
|
||||
}
|
||||
|
||||
@mixin nouislider-theme($background) {
|
||||
.noUi-primary .noUi-base {
|
||||
.noUi-connect { background: $background !important; }
|
||||
}
|
||||
}
|
||||
|
||||
@mixin material-nouislider-theme($background) {
|
||||
.noUi-primary .noUi-base {
|
||||
.noUi-handle {
|
||||
box-shadow: none !important;
|
||||
background: $background !important;
|
||||
}
|
||||
|
||||
.noUi-connect { background: $background !important; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user