diff --git a/resources/css/base/animation.css b/resources/css/base/animation.css new file mode 100644 index 0000000..2e15ab5 --- /dev/null +++ b/resources/css/base/animation.css @@ -0,0 +1,6 @@ +.animate-hover-top { + @apply transition-all duration-300 ease-out; + &:hover { + @apply translate-y-[-6px]; + } +}