Fixes styles for progress meter proposals supports
This commit is contained in:
@@ -164,10 +164,12 @@
|
|||||||
|
|
||||||
.progress {
|
.progress {
|
||||||
background-color: rgba(255,255,255,.8);
|
background-color: rgba(255,255,255,.8);
|
||||||
height: rem-calc(12);
|
height: $line-height/2;
|
||||||
|
|
||||||
.meter {
|
.meter {
|
||||||
background: $votes-like;
|
background: $votes-like;
|
||||||
|
display: block;
|
||||||
|
height: $line-height/2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user