neues Admin UI Layout eingeführt. Alle Tests auf den neusten Stand gebracht.
This commit is contained in:
@@ -520,6 +520,27 @@ h4,
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes admin-fade-up {
|
||||
0% {
|
||||
opacity: 0;
|
||||
transform: translate3d(0, 6px, 0);
|
||||
}
|
||||
100% {
|
||||
opacity: 1;
|
||||
transform: translate3d(0, 0, 0);
|
||||
}
|
||||
}
|
||||
|
||||
.admin-fade-up {
|
||||
animation: admin-fade-up 220ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
|
||||
}
|
||||
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
.admin-fade-up {
|
||||
animation: none;
|
||||
}
|
||||
}
|
||||
|
||||
.mobile-skeleton {
|
||||
border-color: transparent !important;
|
||||
background: linear-gradient(
|
||||
|
||||
Reference in New Issue
Block a user