From ed9cf19bf4644c6fe39f23a5c61c5a4b455b25e8 Mon Sep 17 00:00:00 2001 From: muerwre Date: Thu, 4 Apr 2019 20:30:30 +0700 Subject: [PATCH] removed login splotches --- src/components/login/LoginForm/style.scss | 2 +- src/containers/LoginLayout/style.scss | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/login/LoginForm/style.scss b/src/components/login/LoginForm/style.scss index 0d6a67ed..9e372ce4 100644 --- a/src/components/login/LoginForm/style.scss +++ b/src/components/login/LoginForm/style.scss @@ -16,7 +16,7 @@ display: flex; align-items: center; justify-content: center; - background: url('../../../sprites/splotchy.svg'); + //background: url('../../../sprites/splotchy.svg'); background-size: cover; //@include outer_shadow(); } diff --git a/src/containers/LoginLayout/style.scss b/src/containers/LoginLayout/style.scss index 60423987..bc796f40 100644 --- a/src/containers/LoginLayout/style.scss +++ b/src/containers/LoginLayout/style.scss @@ -1,7 +1,6 @@ .wrapper { min-height: 100vh; display: flex; - align-items: center; justify-content: center; flex-direction: column; align-items: stretch;