Skip to content

Instantly share code, notes, and snippets.

View venetucci's full-sized avatar

Michelle Venetucci venetucci

View GitHub Profile
@venetucci
venetucci / basic-button.css.scss
Created September 21, 2014 05:03
basic button for open source thanksgiving
@mixin button($button-type) {
padding: 10px;
margin: 10px;
display: inline-block;
border: solid 3px;
cursor: pointer;
user-select: none;
vertical-align: middle;
white-space: nowrap;
font-weight: 600;