enriching cta variations

This commit is contained in:
Antoine M 2024-05-14 09:30:12 +02:00
parent 4f0bed608b
commit edbc4086d6

View File

@ -1,5 +1,6 @@
.cta {
@apply block;
cursor: pointer;
&--round {
@apply w-20 h-20;
border-radius: 50%;
@ -8,7 +9,17 @@
@apply bg-construction;
}
&--lhoist {
@apply bg-lhoistdark;
@apply bg-lhoistdark text-white;
}
&--schief {
@apply border-0;
transform: rotate(-2deg) skew(-2deg);
}
&--zuume {
@apply text-zuume text-2xl leading-9 tracking-wide;
}
&--spaced-normal {
@apply px-8 py-2 mt-6;
}
&--button-icon {
@apply relative border-none cursor-pointer;