diff --git a/resources/css/components/buttons.css b/resources/css/components/buttons.css index b964047..6c06b7e 100644 --- a/resources/css/components/buttons.css +++ b/resources/css/components/buttons.css @@ -38,6 +38,21 @@ @apply translate-x-2; } } + &--download { + @apply bg-transparent filter-primary border-none px-0 py-6; + &:after { + content: none !important; + } + + img { + @apply w-20; + transition: transform 0.3s ease-in-out; + } + + &:hover img { + @apply translate-y-2; + } + } &--has-icon { @apply flex items-center gap-4;