From 524d6b0446e0403f82a8241c033f71114f97223f Mon Sep 17 00:00:00 2001 From: Janne Koivistoinen Date: Thu, 28 Sep 2017 11:23:43 +0300 Subject: [PATCH] box-shadow fix --- src/containers/EditListingPage/EditListingPage.css | 4 +++- src/containers/InboxPage/InboxPage.css | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/containers/EditListingPage/EditListingPage.css b/src/containers/EditListingPage/EditListingPage.css index 042e6c40..745ecf52 100644 --- a/src/containers/EditListingPage/EditListingPage.css +++ b/src/containers/EditListingPage/EditListingPage.css @@ -28,8 +28,10 @@ .desktopTopbar, .mobileTopbar { + box-shadow: none; + @media (--viewportLarge) { - box-shadow: none; + box-shadow: var(--boxShadowLight); } } diff --git a/src/containers/InboxPage/InboxPage.css b/src/containers/InboxPage/InboxPage.css index 0b102e7a..a89a0b9d 100644 --- a/src/containers/InboxPage/InboxPage.css +++ b/src/containers/InboxPage/InboxPage.css @@ -28,8 +28,10 @@ .desktopTopbar, .mobileTopbar { + box-shadow: none; + @media (--viewportLarge) { - box-shadow: none; + box-shadow: var(--boxShadowLight); } }