From 517ea1de31727dd149aec6fb8d3839cdc5b0d4cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Wed, 23 Oct 2019 12:39:54 +0200 Subject: [PATCH] remove desert background image on page, handle it from cache in login screen --- CHANGELOG.md | 2 +- Resources/public/modules/login_page/login.scss | 2 +- Resources/public/sass/_custom.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fed73ad3a..80da558b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -79,4 +79,4 @@ Version 1.5.13 ============== - allow to customize logo on login screen and main layout ; - +- remove desert background image on page, handle it from cache in login screen; diff --git a/Resources/public/modules/login_page/login.scss b/Resources/public/modules/login_page/login.scss index b22592159..e9662c5df 100644 --- a/Resources/public/modules/login_page/login.scss +++ b/Resources/public/modules/login_page/login.scss @@ -28,7 +28,7 @@ body { right: 0; top: 0; z-index: -1; - background-image: url('./../../img/background/desert.jpg'); + background-image: url('./desert.jpg'); background-attachment: fixed; background-repeat: no-repeat; background-size: cover; diff --git a/Resources/public/sass/_custom.scss b/Resources/public/sass/_custom.scss index 59617dafe..867d1b071 100644 --- a/Resources/public/sass/_custom.scss +++ b/Resources/public/sass/_custom.scss @@ -38,7 +38,7 @@ header { right: 0; top: 0; z-index: -1; - background-image: url('./../../img/background/desert.jpg'); + //background-image: url('./../../img/background/desert.jpg'); background-attachment: fixed; background-repeat: no-repeat; background-size: cover;