From 35d9d8c71108fb52442f72043ca0e8685bfeaa00 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 13 Dec 2023 17:48:11 +0100 Subject: [PATCH] removing underline from cards --- resources/css/components/cta.css | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/css/components/cta.css b/resources/css/components/cta.css index 2d8c885..cfb4898 100644 --- a/resources/css/components/cta.css +++ b/resources/css/components/cta.css @@ -113,6 +113,7 @@ @apply flex text-primary hover:text-secondary w-full justify-between items-center mt-auto; } &--with-arrow-button { + @apply !no-underline; .cta_arrow_button { transition: transform 0.3s ease-in-out; }