myvideogamelist.com/resources/assets/demo1/sass/components/_nouislider-custom.scss
Jimmy Brancaccio b39ecf1638 Initial Commit
The initial public commit of MVGL website code.
2024-01-14 13:51:43 -06:00

16 lines
No EOL
351 B
SCSS
Vendored

// NoUiSlider success color option
.noUi-target.noUi-target-success {
.noUi-connects {
background: $success-light;
.noUi-connect {
background: $success;
}
}
.noUi-handle {
border: 1px solid $success;
box-shadow: 0 3px 6px -3px rgba($success, 0.7);
background: $success;
}
}