summaryrefslogtreecommitdiff
path: root/examples/portfolio/src/components/Button/styles.module.scss
blob: 67a343bdf8ce12a17d23897d2355c6d17805243d (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;
}