From 5d26bee2e46674e86f1ad1df1b8861ff8faf3984 Mon Sep 17 00:00:00 2001 From: Louis Laureys Date: Sat, 6 Jan 2018 12:28:45 +0100 Subject: [PATCH] These are not needed, added accidentally (#1860) --- src/Ombi/ClientApp/app/landingpage/landingpage.component.scss | 1 - src/Ombi/ClientApp/app/login/login.component.scss | 1 - 2 files changed, 2 deletions(-) diff --git a/src/Ombi/ClientApp/app/landingpage/landingpage.component.scss b/src/Ombi/ClientApp/app/landingpage/landingpage.component.scss index c0841ae27..b444ef92f 100644 --- a/src/Ombi/ClientApp/app/landingpage/landingpage.component.scss +++ b/src/Ombi/ClientApp/app/landingpage/landingpage.component.scss @@ -9,7 +9,6 @@ div.bg { background-position: center center; background-repeat: no-repeat; background-attachment: fixed; - background-clip: inherit; background-size: cover; height: 100vh; width: 100vw; diff --git a/src/Ombi/ClientApp/app/login/login.component.scss b/src/Ombi/ClientApp/app/login/login.component.scss index b07001f90..ee1de7360 100644 --- a/src/Ombi/ClientApp/app/login/login.component.scss +++ b/src/Ombi/ClientApp/app/login/login.component.scss @@ -26,7 +26,6 @@ div.bg { background-position: center center; background-repeat: no-repeat; background-attachment: fixed; - background-clip: inherit; background-size: cover; height: 100vh; width: 100vw;