Add transparent background to meter value
This commit is contained in:
parent
1818113409
commit
221836c8cf
@ -217,7 +217,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.previous-month {
|
&.previous-month {
|
||||||
opacity: 0.65;
|
color: $color-gray;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.meter-cell {
|
&.meter-cell {
|
||||||
@ -250,9 +250,12 @@
|
|||||||
@include media($medium-screen) {
|
@include media($medium-screen) {
|
||||||
display: block;
|
display: block;
|
||||||
color: $color-white;
|
color: $color-white;
|
||||||
|
background-color: rgba($color-blue, 0.65);
|
||||||
|
border-radius: $gap/2;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 2.3rem;
|
top: 2.3rem;
|
||||||
left: $gap;
|
left: $gap / 2;
|
||||||
|
padding: 0 ($gap / 2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user