Skip to content

Instantly share code, notes, and snippets.

.w-25 {
width: 25% !important;
}
.w-50 {
width: 50% !important;
}
.w-75 {
@mk3mk
mk3mk / button.sass
Created February 18, 2019 12:32 — 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