From b2715638d3bb537e132192640527bca6e7494d70 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 22 Apr 2024 12:26:29 +0200 Subject: [PATCH] adding cta--en-savoir-plus --- resources/css/components/cta.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/resources/css/components/cta.css b/resources/css/components/cta.css index 1e2df1c..c2660f7 100644 --- a/resources/css/components/cta.css +++ b/resources/css/components/cta.css @@ -117,6 +117,7 @@ &--read-more { @apply flex text-primary hover:text-secondary w-full justify-between items-center mt-auto; } + &--with-arrow-button { @apply !no-underline; .cta_arrow_button { @@ -128,6 +129,17 @@ transform: translateX(3px); } } + &--en-savoir-plus { + @apply cta--with-arrow-button cta--with-arrow-button; + @apply w-full flex justify-between items-center; + &:hover { + @apply text-secondary; + + .cta_arrow_button { + @apply filter-secondary; + } + } + } } .external-link {