mirror of
https://github.com/Kareadita/Kavita.git
synced 2026-03-10 20:15:26 -04:00
18 lines
378 B
SCSS
18 lines
378 B
SCSS
.progress {
|
|
background-color: var(--progress-bg-color);
|
|
}
|
|
|
|
.progress-bar.text-bg-success {
|
|
background-color: var(--progress-bar-color) !important;
|
|
}
|
|
|
|
.progress-bar-striped {
|
|
background-image: var(--progress-striped-animated-color);
|
|
background-color: unset;
|
|
}
|
|
|
|
// Bootstrap sliders:
|
|
.form-range::-webkit-slider-thumb {
|
|
background-color: var(--primary-color);
|
|
}
|