Remove disable & add kodukord, anim chg for dropdn

This commit is contained in:
2026-05-03 00:15:10 +03:00
parent 72c360a687
commit fc931a967d
2 changed files with 44 additions and 34 deletions

View File

@@ -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;