From 6971ec424789143fca0d4629b2958156b6fd5b33 Mon Sep 17 00:00:00 2001 From: Franklin Waller Date: Mon, 4 Nov 2019 11:56:45 +0100 Subject: [PATCH] feat(explorer): Removed shadows in header --- src/js/components/molecules/AppHeader/AppHeader.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/js/components/molecules/AppHeader/AppHeader.scss b/src/js/components/molecules/AppHeader/AppHeader.scss index 60f1583..7ccc837 100644 --- a/src/js/components/molecules/AppHeader/AppHeader.scss +++ b/src/js/components/molecules/AppHeader/AppHeader.scss @@ -19,6 +19,7 @@ $drawer-width: 240px; background: linear-gradient(-135deg, #17EAD9 0%, #6078EA 100%); color: white; z-index: 9999; + box-shadow: none !important; // width: calc(100% - #{drawer-width}) !important; // float: right; }