Skip to content

Commit

Permalink
Image paths are updated in css files
Browse files Browse the repository at this point in the history
  • Loading branch information
pandutibil committed Sep 21, 2023
1 parent 18d6ce7 commit ba8aa6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/views/authentication/pages/login/login.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit ba8aa6b

Please sign in to comment.