introducing a mini padding version for the cta--button
This commit is contained in:
parent
01af8c0095
commit
d6bbf7f2dc
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user