resend code added

This commit is contained in:
durn
2026-04-28 23:21:16 -06:00
parent 229bc6bf69
commit 2d4fdf4a87
5 changed files with 119 additions and 24 deletions
+8
View File
@@ -174,6 +174,14 @@ html {
transition: background-color 0.1s ease, transform 0.2s ease;
}
#resendBtn:disabled {
background-color: #5a2a2a;
color: #d8caa0;
cursor: not-allowed;
transform: none;
opacity: 1;
}
.login-box button:hover {
background-color: var(--dusty-red-hover);
transform: scale(1.05);