1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-06 13:46:42 +02: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:
Mark Otto
2017-05-25 21:32:59 -07:00
committed by GitHub
parent 9982626eff
commit 2a833d559a

View File

@@ -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 {