From 221836c8cf19a74ea5514428961e273a893d8009 Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Mon, 17 Sep 2018 15:08:10 -0400 Subject: [PATCH] Add transparent background to meter value --- styles/sections/_reports.scss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/styles/sections/_reports.scss b/styles/sections/_reports.scss index ba23c580..732fa94b 100644 --- a/styles/sections/_reports.scss +++ b/styles/sections/_reports.scss @@ -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); } } }