Skip to content

Commit

Permalink
Merge pull request #1458 from khushigupta86/main
Browse files Browse the repository at this point in the history
#1383 Fixed Inconsistent size of login and signup buttons on hover
  • Loading branch information
ANSHIKA-26 authored Oct 26, 2024
2 parents 608c18b + b8a02de commit daf9e01
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

1 comment on commit daf9e01

@vercel
Copy link

@vercel vercel bot commented on daf9e01 Oct 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.