From b68e3e2f1d42c615f24c7ad499f472d8f038cfa9 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 10 Jun 2024 09:35:35 +0200 Subject: [PATCH] handling cta--download --- src/assets/css/components/ui/Cta.scss | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/assets/css/components/ui/Cta.scss b/src/assets/css/components/ui/Cta.scss index 1597510..80a9025 100644 --- a/src/assets/css/components/ui/Cta.scss +++ b/src/assets/css/components/ui/Cta.scss @@ -76,8 +76,10 @@ background-image: url("../../../img/icons/icon-cross.svg"); } } + + &--download, &--start { - @apply text-5xl text-white p-8 py-4 flex items-center gap-6 h-fit; + @apply text-5xl text-white p-8 py-4 flex items-center gap-6 h-fit text-zuume; line-height: 0.4; cursor: url("../../../img/cursors/lhoist-curseur-pointeur.svg") 64 64, pointer; @@ -88,9 +90,14 @@ &:after { @apply inline-block static; transform: none; - background-image: url("../../../img/icons/arrow-start.svg"); } } + &--start:after { + background-image: url("../../../img/icons/arrow-start.svg"); + } + &--download:after { + background-image: url("../../../img/icons/download.svg"); + } } .motion-button { @apply bg-transparent w-fit h-fit border-none;