FEATURE Introducing cta variants component

This commit is contained in:
Nonimart 2025-06-13 16:03:03 +02:00
parent f08f6d1aab
commit 9e14ec6ee7

View File

@ -3,3 +3,13 @@
@apply text-patrimoine-sante-securite;
}
}
.cta {
@apply px-4 py-2;
&--rounded {
@apply rounded-full;
}
&--primary {
@apply bg-patrimoine-sante-securite text-white;
}
}