mirror of
https://github.com/Lapikud/tipilan.git
synced 2026-05-08 18:08:32 +00:00
Remove disable & add kodukord, anim chg for dropdn
This commit is contained in:
@@ -164,6 +164,18 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes dropdown-item-in {
|
||||
0% {
|
||||
opacity: 0;
|
||||
transform: translate3d(0, -8px, 0);
|
||||
}
|
||||
|
||||
100% {
|
||||
opacity: 1;
|
||||
transform: translate3d(0, 0, 0);
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
.tipilan-logo-letter {
|
||||
animation: none;
|
||||
|
||||
Reference in New Issue
Block a user