mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-24 16:30:23 +00:00
Add box-shadow to .progress-bar (#22579)
* Add box-shadow to .progress-bar Puts an unused variable back in use for when folks set `$enable-shadows` to `true`.
This commit is contained in:
parent
9982626eff
commit
2a833d559a
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@
|
|||
text-align: center;
|
||||
background-color: $progress-bg;
|
||||
@include border-radius($progress-border-radius);
|
||||
@include box-shadow($progress-box-shadow);
|
||||
}
|
||||
|
||||
.progress-bar {
|
||||
|
|
|
|||
Loading…
Reference in a new issue