Commit 26dad5f5 authored by Dave DeSandro's avatar Dave DeSandro

.progress .bar { height: 100% }

parent fb290759
...@@ -54,7 +54,7 @@ ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment