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;