fixed progress bar

This commit is contained in:
nelsonlaquet 2013-09-01 02:52:14 -05:00
parent f2b74aecc2
commit 7be342af20

View file

@ -56,10 +56,11 @@
.bar { .bar {
position: absolute; position: absolute;
top: 0px; bottom: 0px;
left: 0px; left: 0px;
height: 100%; height: 10px;
z-index: -1; z-index: -1;
background: @pfm-purple;
} }
&.has-error { &.has-error {