dark mode with bootstrap complete components
Used https://github.com/vinorodrigues/bootstrap-dark-5/releases/tag/v1.0.0
This commit is contained in:
15
scss/dark/bootstrap/_progress.scss
Normal file
15
scss/dark/bootstrap/_progress.scss
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
.progress {
|
||||
background-color: $progress-bg-alt;
|
||||
@include box-shadow($progress-box-shadow-alt);
|
||||
}
|
||||
|
||||
.progress-bar {
|
||||
color: $progress-bar-color-alt;
|
||||
background-color: $progress-bar-bg-alt;
|
||||
}
|
||||
|
||||
.progress-bar-striped {
|
||||
// THIS DOES NOTHING
|
||||
// @include gradient-striped();
|
||||
}
|
||||
Reference in New Issue
Block a user