STYLE introducing the animation css component
This commit is contained in:
parent
cf213fbfbd
commit
c5cae43428
6
resources/css/base/animation.css
Normal file
6
resources/css/base/animation.css
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
.animate-hover-top {
|
||||||
|
@apply transition-all duration-300 ease-out;
|
||||||
|
&:hover {
|
||||||
|
@apply translate-y-[-6px];
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user