carhop__carhop-theme__DEV/resources/css/base/animation.css
2025-09-30 15:29:34 +02:00

7 lines
123 B
CSS

.animate-hover-top {
@apply transition-all duration-300 ease-out;
&:hover {
@apply translate-y-[-6px];
}
}