Skip to content

Instantly share code, notes, and snippets.

@eutohius
eutohius / button.scss
Last active October 20, 2017 17:06 — forked from agragregra/button.sass
Button SCSS
.button {
display: inline-block;
border: none;
color: #fff;
text-decoration: none;
background-color: $accent;
padding: 15px 45px;
font-size: 13px;
text-transform: uppercase;
font-weight: 600;