Files
anti-hvost/src/components/ui/Button.module.scss

6 lines
176 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;
}