Merge pull request #1064 from consul/meter-supports

Fixes styles for progress meter proposals supports
This commit is contained in:
Juanjo Bazán
2016-04-14 09:07:55 +02:00

View File

@@ -164,10 +164,12 @@
.progress {
background-color: rgba(255,255,255,.8);
height: rem-calc(12);
height: $line-height/2;
.meter {
background: $votes-like;
display: block;
height: $line-height/2;
}
}