removing text decoration on button
This commit is contained in:
parent
07572c3f73
commit
2a2b301b9c
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user