FEATURE Handling a new --download variation
This commit is contained in:
parent
16932f76d7
commit
3aeefe4fb6
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user