Skip to content

Commit

Permalink
fix: fixed UI of login to old theme color
Browse files Browse the repository at this point in the history
  • Loading branch information
saloni47b committed Feb 9, 2024
1 parent e768543 commit d30a784
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions public/auth-layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
text-align: center;
}
.login-bg {
background: #0a6bc7 url(./login-bg.png) no-repeat center;
background: url(./login-bg.png) no-repeat center;
background-size: cover;
padding: 10px;
min-height: 100%;
Expand All @@ -38,7 +38,8 @@
right: 0;
bottom: 0;
left: 0;
background-color: #0a6bc7;
/* background-color: #0a6bc7; */
background: linear-gradient(102.6deg, #bc264b 0%, #e14c71 116.37%);
opacity: 0.2;
}
.login-alignment-wrapper {
Expand Down

0 comments on commit d30a784

Please sign in to comment.