ok
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user