FEATURE Handling a new --download variation

This commit is contained in:
Antoine M 2026-02-24 15:05:57 +01:00
parent 16932f76d7
commit 3aeefe4fb6

View File

@ -38,6 +38,21 @@
@apply translate-x-2; @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 { &--has-icon {
@apply flex items-center gap-4; @apply flex items-center gap-4;