m
Some checks are pending
check / check (push) Waiting to run

This commit is contained in:
KS Jannette
2026-03-02 03:42:58 -05:00
parent 8a5f5db903
commit 63eecaaf72
3 changed files with 58 additions and 17 deletions

View File

@@ -29,6 +29,8 @@
width: 100%;
padding: 0.75rem;
font-size: 1.2rem;
margin-top: 16px;
;
}
.login-footer {
@@ -42,8 +44,13 @@
}
@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.login-form-hidden {
@@ -52,4 +59,4 @@
.login-form-visible {
animation: fadeIn 2s ease-in-out forwards;
}
}