Skip to content

Commit

Permalink
Merge pull request #370 from pandutibil/dev
Browse files Browse the repository at this point in the history
Image paths are updated in css files
  • Loading branch information
pandutibil authored Sep 21, 2023
2 parents 18d6ce7 + ba8aa6b commit adc9fdd
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 adc9fdd

Please sign in to comment.