changes to login

modified:   src/pages/login.rs
	modified:   src/pages/signup.rs
	modified:   style/login.scss
	modified:   style/signup.scss
This commit is contained in:
2024-02-23 21:03:10 -05:00
parent f4bea8aa33
commit 2b76340608
4 changed files with 55 additions and 22 deletions

View File

@ -28,7 +28,7 @@
margin-top: 3rem;
}
.signup-form .input-box:first-child {
margin-top: 1rem;
margin-top: 0.7rem;
}
.signup-form .input-box input {
position: relative;
@ -126,7 +126,6 @@
.signup-container .return:hover {
background-color: rgba(0, 0, 0, 0.4);
}
.password-visibility {
position: absolute;
font-size: 1.7rem;
@ -138,3 +137,6 @@
background-color: transparent;
color: white;
}
.pw-requirements {
font-size: 0.7rem;
}