From 594207b6d3ca86e6acb5645e2d6485140b1b6b31 Mon Sep 17 00:00:00 2001 From: Matt Date: Fri, 16 Dec 2016 12:51:22 -0500 Subject: [PATCH] Polish on icon placement, incorporated torkel's better idea for going slightly lighter, make sure error icon color was white now --- public/sass/pages/_dashboard.scss | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/public/sass/pages/_dashboard.scss b/public/sass/pages/_dashboard.scss index fa5d773bdb7..548d5228fd6 100644 --- a/public/sass/pages/_dashboard.scss +++ b/public/sass/pages/_dashboard.scss @@ -103,13 +103,13 @@ div.flot-text { .fa { position: relative; top: -4px; - left: -5px; + left: -6px; font-size: 75%; } &--info { display: block; - background: mix($panel-bg, $body-bg, 35%); + background: lighten($panel-bg, 4%); .fa:before { content: "\f129"; } @@ -117,9 +117,9 @@ div.flot-text { &--links { display: block; - background: mix($panel-bg, $body-bg, 35%); + background: lighten($panel-bg, 4%); .fa { - left: -3px; + left: -5px; } .fa:before { content: "\f08e"; @@ -128,6 +128,7 @@ div.flot-text { &--error { display: block; + color: $text-color; background: $errorBackground !important; .fa:before { content: "\f12a";