Files
myep-team/assets/styles/_components.css
T

8 lines
224 B
CSS

.btn {
@apply inline-flex justify-center rounded-lg text-sm font-semibold py-2.5 px-4 bg-primary text-white hover:bg-primary/80 w-full;
}
.btn--secondary {
@apply bg-secondary text-gray-800 hover:bg-secondary/80;
}