astro/examples/portfolio/src/components/Button/styles.module.scss

8 lines
137 B
SCSS
Raw Normal View History

.button {
2021-12-22 21:11:05 +00:00
display: inline-block;
border: 3px solid currentColor;
padding: 0.5em 1em;
font-weight: 700;
text-transform: uppercase;
}