From c5fd1a57ca7bbd1f3038b8ecc58726bab18dca36 Mon Sep 17 00:00:00 2001 From: Alex P Date: Thu, 8 Feb 2018 14:00:18 -0800 Subject: [PATCH] Make singleStat shadow less drastic --- ui/src/style/components/dygraphs.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ui/src/style/components/dygraphs.scss b/ui/src/style/components/dygraphs.scss index e12e4477a4..d5fe745f89 100644 --- a/ui/src/style/components/dygraphs.scss +++ b/ui/src/style/components/dygraphs.scss @@ -128,9 +128,7 @@ width: 90%; height: 0; transform: translate(-50%,-50%); - box-shadow: - $g2-kevlar 0 0 30px 10px, - fade-out($g2-kevlar, 0.3) 0 0 50px 30px; + box-shadow: fade-out($g2-kevlar, 0.3) 0 0 50px 30px; z-index: -1; } .single-stat--small .single-stat--shadow:after {