From edbc4086d61ba8aeaa9d9cbfa391d3225a24ae0a Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 14 May 2024 09:30:12 +0200 Subject: [PATCH] enriching cta variations --- src/assets/css/components/ui/Cta.scss | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/assets/css/components/ui/Cta.scss b/src/assets/css/components/ui/Cta.scss index 80dea9f..45bc1fa 100644 --- a/src/assets/css/components/ui/Cta.scss +++ b/src/assets/css/components/ui/Cta.scss @@ -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;