Skip to content

Instantly share code, notes, and snippets.

View Dismori's full-sized avatar
🏠
Working from home

Dismori

🏠
Working from home
View GitHub Profile
@Dismori
Dismori / button.sass
Created May 6, 2017 17:19 — forked from agragregra/button.sass
Button Sass Styles (Universal Starter)
.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
<!-- HTML -->
<a href="#" class="toggle-mnu hidden-lg"><span></span></a>
<!-- SASS -->
.toggle-mnu
display: block
width: 28px
height: 28px
margin-top: 14px