From d6bbf7f2dc230b6433c53e20fab81b3e14f2e694 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Fri, 9 Aug 2024 16:15:51 +0200 Subject: [PATCH] introducing a mini padding version for the cta--button --- resources/css/components/cta.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/css/components/cta.css b/resources/css/components/cta.css index 0f32a56..a9530ea 100644 --- a/resources/css/components/cta.css +++ b/resources/css/components/cta.css @@ -10,6 +10,9 @@ @apply rounded-full px-8 py-4 focus:rounded-full font-bold h-fit cursor-pointer; text-decoration: none !important; } + &--button--mini { + @apply px-5 py-3; + } &--circular { @apply rounded-full focus:rounded-full aspect-square w-12 flex items-center justify-center; outline-offset: 5px !important;