mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-12 22:33:10 +00:00
Merge pull request #3986 from desandro/full-height-progress-bar
Full height progress bar
This commit is contained in:
commit
7ff1b074ea
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@
|
||||||
// Bar of progress
|
// Bar of progress
|
||||||
.progress .bar {
|
.progress .bar {
|
||||||
width: 0%;
|
width: 0%;
|
||||||
height: 18px;
|
height: 100%;
|
||||||
color: @white;
|
color: @white;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue