Add transparent background to meter value

This commit is contained in:
Andrew Croce 2018-09-17 15:08:10 -04:00
parent 1818113409
commit 221836c8cf

View File

@ -217,7 +217,7 @@
}
&.previous-month {
opacity: 0.65;
color: $color-gray;
}
&.meter-cell {
@ -250,9 +250,12 @@
@include media($medium-screen) {
display: block;
color: $color-white;
background-color: rgba($color-blue, 0.65);
border-radius: $gap/2;
position: absolute;
top: 2.3rem;
left: $gap;
left: $gap / 2;
padding: 0 ($gap / 2);
}
}
}