mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-18 21:40:24 +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
|
||||
.progress .bar {
|
||||
width: 0%;
|
||||
height: 18px;
|
||||
height: 100%;
|
||||
color: @white;
|
||||
font-size: 12px;
|
||||
text-align: center;
|
||||
|
|
|
|||
Loading…
Reference in a new issue