8 lines
137 B
SCSS
8 lines
137 B
SCSS
|
.button {
|
||
|
display: inline-block;
|
||
|
border: 3px solid currentColor;
|
||
|
padding: 0.5em 1em;
|
||
|
font-weight: 700;
|
||
|
text-transform: uppercase;
|
||
|
}
|