Skip to content

Commit

Permalink
Added hover effect on modal buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaBavadekar committed Oct 11, 2024
1 parent a0961ee commit 9221b0e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Modal.css
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ input::placeholder {
background-color: #f1f1f1; /* Light gray */
}

.social-login button:hover {
background-color: #dcdcdc;
}

.social-login button img {
width: 20px; /* Adjust icon size */
margin-right: 10px; /* Space between icon and text */
Expand All @@ -126,3 +130,7 @@ input::placeholder {
.toggle-text span {
color: #007bff; /* Link color */
}

.toggle-text span:hover {
text-decoration: underline;
}

0 comments on commit 9221b0e

Please sign in to comment.