introducing a mini padding version for the cta--button

This commit is contained in:
Antoine M 2024-08-09 16:15:51 +02:00
parent 01af8c0095
commit d6bbf7f2dc

View File

@ -10,6 +10,9 @@
@apply rounded-full px-8 py-4 focus:rounded-full font-bold h-fit cursor-pointer; @apply rounded-full px-8 py-4 focus:rounded-full font-bold h-fit cursor-pointer;
text-decoration: none !important; text-decoration: none !important;
} }
&--button--mini {
@apply px-5 py-3;
}
&--circular { &--circular {
@apply rounded-full focus:rounded-full aspect-square w-12 flex items-center justify-center; @apply rounded-full focus:rounded-full aspect-square w-12 flex items-center justify-center;
outline-offset: 5px !important; outline-offset: 5px !important;