From 62e72d166fb581e3b9580583295b9e94e770bbb3 Mon Sep 17 00:00:00 2001 From: muerwre Date: Thu, 4 Apr 2019 20:31:38 +0700 Subject: [PATCH] fixed login screen shadow --- src/containers/LoginLayout/style.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/containers/LoginLayout/style.scss b/src/containers/LoginLayout/style.scss index bc796f40..175b9492 100644 --- a/src/containers/LoginLayout/style.scss +++ b/src/containers/LoginLayout/style.scss @@ -25,6 +25,6 @@ align-items: stretch; justify-content: stretch; background: rgba(0,0,0,0.1); - box-shadow: inset rgba(0,0,0,0.3) 0 0 0 1px; - //@include outer_shadow(); + + @include outer_shadow(); }