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