Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
Inconsistent size of login and signup buttons on hover
  • Loading branch information
khushigupta86 committed Oct 26, 2024
1 parent 7e6e174 commit b8a02de
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1224,6 +1224,7 @@ button {
margin: 30px 0;
}


.form-container .divider::before {
content: "";
position: absolute;
Expand Down Expand Up @@ -1297,7 +1298,16 @@ button {
padding-left: 40px;
}


/*.form-container .btn {
background-color: var(--text-color);
color: var(--background-color);
padding: 12px;
margin: 10px 0;
justify-content: center;
align-items: center;
transition: transform 0.2s ease-in-out;
}
*/
.password-toggle {
position: absolute;
left: 3px;
Expand Down Expand Up @@ -1521,11 +1531,11 @@ body.dark .support a {
transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-primary:hover {
/*.btn-primary:hover {
background-color: var(--background-color);
color: var(--light);
padding: 2px;
}
*/

.object-fit {
max-height: 120px;
Expand Down

0 comments on commit b8a02de

Please sign in to comment.