style tweaks
This commit is contained in:
@@ -67,16 +67,19 @@
|
||||
from {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
to {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.login-form-hidden {
|
||||
.login-card-fadein {
|
||||
opacity: 0;
|
||||
animation: fadeIn 2s ease-in-out forwards;
|
||||
animation-delay: 3s;
|
||||
}
|
||||
|
||||
.login-form-visible {
|
||||
.login-interactive-fadein {
|
||||
opacity: 0;
|
||||
animation: fadeIn 2s ease-in-out forwards;
|
||||
animation-delay: 6s;
|
||||
}
|
||||
Reference in New Issue
Block a user