This commit is contained in:
zadit
2025-01-25 00:17:06 +07:00
parent 469d786d49
commit a1b7d0b844
13 changed files with 542 additions and 226 deletions

View File

@@ -208,6 +208,11 @@
left: 100vw;
}
.FormPassword.idleForm {
left: 0vw;
visibility: hidden;
}
.FormPassword.animateForm {
animation: FormPasswordProgress 0.5s forwards;
/* Apply the animation when inputtingPassword is true */
@@ -338,9 +343,10 @@
padding: 12px 30px;
border-radius: 30px;
text-align: center;
font-size: 0.875rem;
font-size: 0.8rem;
margin-top: 1.5rem;
cursor: pointer;
max-width: 200px;
}
.footerImage {