Update userAuth styles: change button text color and adjust focus border color; refine policy text alignment and overlay positioning.

This commit is contained in:
Vishnu 2025-05-05 14:53:11 +05:30
parent 8d5bfea561
commit b318ec041b
1 changed files with 2 additions and 5 deletions

View File

@ -89,10 +89,10 @@
border-radius: #{$border-radius-extra-large};
background: var(--background-color);
font-size: 14px;
color: var(--text-button-color);
color: var(--input-text-color);
&:focus {
border-color: var(--accent-color);
border-color: var(--border-color-accent);
outline: none;
}
}
@ -155,7 +155,6 @@
text-align: center;
line-height: 1.5;
width: 320px;
text-align: center;
.link {
color: var(--highlight-text-color);
@ -170,8 +169,6 @@
background: var(--faint-gradient-color);
height: 50vh;
width: 50vw;
top: 0;
left: 0;
top: 50%;
left: 50%;
opacity: 0.5;