From ba8aa6b96b56b17d5568789f6193aa34052922b0 Mon Sep 17 00:00:00 2001 From: pandutibil Date: Thu, 21 Sep 2023 15:54:53 +0530 Subject: [PATCH] Image paths are updated in css files --- .../views/authentication/pages/login/login.component.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/views/authentication/pages/login/login.component.scss b/src/app/views/authentication/pages/login/login.component.scss index cb931020..fba45dc4 100644 --- a/src/app/views/authentication/pages/login/login.component.scss +++ b/src/app/views/authentication/pages/login/login.component.scss @@ -278,7 +278,7 @@ a.zocial { } .login-pf body { /* background: url("../../assets/img/Group.svg"); */ - background-image: url("assets/images/Group.svg"); + background-image: url("~src/assets/images/Group.svg"); height:100%; width: 100%; background-repeat: no-repeat; @@ -298,7 +298,7 @@ a.zocial { @media (max-width: 767px) { .login-pf body { - background: url("assets/images/Group.svg"); + background: url("~src/assets/images/Group.svg"); height:100%; width: 100%; background-repeat: no-repeat; @@ -547,7 +547,7 @@ input:focus { } #background{ - background: url("assets/images/Group.svg") no-repeat center center fixed !important; + background: url("~src/assets/images/Group.svg") no-repeat center center fixed !important; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;