Skip to content

Commit

Permalink
login revamp
Browse files Browse the repository at this point in the history
  • Loading branch information
arin-prashar committed Mar 31, 2024
1 parent 99746cb commit 2c51424
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 9 deletions.
Binary file removed src/login/img/diagnostic.jpg
Binary file not shown.
Binary file removed src/login/img/healthcare.jpg
Binary file not shown.
Binary file removed src/login/img/home-remedies.jpg
Binary file not shown.
2 changes: 1 addition & 1 deletion src/login/img/log.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/login/img/logo.ico
Binary file not shown.
Binary file modified src/login/img/logo.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/login/img/order.jpg
Binary file not shown.
2 changes: 1 addition & 1 deletion src/login/img/register.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 5 additions & 6 deletions src/login/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,13 @@
}

.social-icon:hover {
color: #f7543f;
border-color: #b83120;
color:#34246C;
border-color: #1C0C5C;
}

.btn {
width: 150px;
background-color: #ee6654;
background-color: #544484;
border: none;
outline: none;
height: 49px;
Expand All @@ -159,7 +159,7 @@
}

.btn:hover {
background-color: #f14b35;
background-color: #1C0C5C;
}
.panels-container {
position: absolute;
Expand All @@ -179,14 +179,13 @@
top: -10%;
right: 48%;
transform: translateY(-50%);
background:#FF4955;
background: radial-gradient(circle, #052064, #74369b);
transition: 1.8s ease-in-out;
border-radius: 50%;
z-index: 6;
}

.image {

width: 70%;
transition: transform 1.1s ease-in-out;
transition-delay: 0.4s;
Expand Down
2 changes: 1 addition & 1 deletion src/login/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ form.sign-in-form {
}

.social-icon:hover {
color: #f7543f;
color: #544484;
border-color: #b83120;
}

Expand Down

0 comments on commit 2c51424

Please sign in to comment.