5 lines
150 B
SCSS
5 lines
150 B
SCSS
.btn {
|
|
@apply bg-primary font-bold text-white uppercase py-1 px-12 cursor-pointer transition-colors duration-300;
|
|
@apply hover:bg-primary-dark;
|
|
}
|