summaryrefslogtreecommitdiff
path: root/examples/portfolio/src/components/Button/styles.module.scss
blob: f0e39df3ffd163556c2074e3dfbe9f44d703d04b (plain) (blame)
1
2
3
4
5
6
7
.button {
	display: inline-block;
	border: 3px solid currentColor;
	padding: 0.5em 1em;
	font-weight: 700;
	text-transform: uppercase;
}