adding cta--white

This commit is contained in:
Antoine M 2023-10-27 14:25:13 +02:00
parent 4663d6fb95
commit f63eb2793e

View File

@ -11,6 +11,10 @@
@apply bg-primary text-white @apply bg-primary text-white
hover:bg-primary-hover; hover:bg-primary-hover;
} }
&--white {
@apply bg-white text-secondary
hover:bg-primary-hover;
}
&--secondary { &--secondary {
@apply bg-secondary text-white @apply bg-secondary text-white
hover:bg-secondary-hover; hover:bg-secondary-hover;