6 lines
192 B
SCSS
6 lines
192 B
SCSS
@reference '../../index.scss';
|
|
|
|
.button {
|
|
@apply rounded-4xl px-4 py-3 text-xl text-black shadow-[0px_4px_4px_0px_rgba(0,0,0,0.25)] transition-colors hover:cursor-pointer focus:outline-1;
|
|
}
|