improved login screen.
This commit is contained in:
@@ -38,6 +38,14 @@
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes slideInFromBelow {
|
||||
from {
|
||||
-webkit-transform: translateY(25%);
|
||||
transform: translateY(25%);
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes moveToTop {
|
||||
from { }
|
||||
to { -webkit-transform: translateY(-100%); transform:
|
||||
@@ -87,6 +95,9 @@
|
||||
color: #2EB398;
|
||||
border: 3px solid #2EB398;
|
||||
}
|
||||
.slideInFromBelow {
|
||||
animation: slideInFromBelow 1.5s ease both;
|
||||
}
|
||||
|
||||
.modal {
|
||||
animation: appear .7s ease both;
|
||||
|
||||
Reference in New Issue
Block a user