mirror of
https://gitlab.com/etc404/software-engineering-project.git
synced 2026-05-10 20:52:58 +00:00
resend code added
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user