Kavita/UI/Web/src/theme/components/_progress.scss
Joe Milazzo 3a0c796c08
Side Nav UX Changes (#3345)
Co-authored-by: Christopher <39032787+MrRobotjs@users.noreply.github.com>
Co-authored-by: Robbie Davis <robbie@therobbiedavis.com>
2024-11-07 15:21:14 -08:00

22 lines
444 B
SCSS

.progress {
background-color: var(--progress-bg-color);
}
.progress-bar {
background-color: var(--progress-bar-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);
}