improved ux + coloring fix + improved dashboard ui
This commit is contained in:
@@ -47,6 +47,21 @@
|
||||
animation: slide-up-animation 70ms;
|
||||
}
|
||||
|
||||
.slide-down {
|
||||
animation: slide-down-animation 70ms;
|
||||
}
|
||||
|
||||
@keyframes slide-down-animation {
|
||||
0% {
|
||||
transform: translateY(-15%);
|
||||
opacity: 0;
|
||||
}
|
||||
100% {
|
||||
transform: translateY(0);
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes slide-up-animation {
|
||||
0% {
|
||||
transform: translateY(15%);
|
||||
|
||||
Reference in New Issue
Block a user