mirror of https://github.com/twbs/bootstrap.git
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
|
@ -11,6 +11,7 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: $progress-bg;
|
background-color: $progress-bg;
|
||||||
@include border-radius($progress-border-radius);
|
@include border-radius($progress-border-radius);
|
||||||
|
@include box-shadow($progress-box-shadow);
|
||||||
}
|
}
|
||||||
|
|
||||||
.progress-bar {
|
.progress-bar {
|
||||||
|
|
Loading…
Reference in New Issue