removing text decoration on button

This commit is contained in:
Antoine M 2023-12-11 11:56:38 +01:00
parent 07572c3f73
commit 2a2b301b9c

View File

@ -2,6 +2,7 @@
@apply block w-fit my-2 text-base font-bold; @apply block w-fit my-2 text-base font-bold;
&--button { &--button {
@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;
} }
&--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;