Skip to content

Instantly share code, notes, and snippets.

@freeudv
freeudv / button.scss
Last active April 24, 2017 13:26 — forked from agragregra/button.sass
Button Sass Styles (Universal Starter)
.btn {
position: relative;
display: inline-block;
padding: 15px 45px;
font-size: 13px;
font-weight: 600;
letter-spacing: 3px;
text-decoration: none;
text-transform: uppercase;
text-align: center;