Skip to content

Instantly share code, notes, and snippets.

View Middi's full-sized avatar

Richard Middleton Middi

  • Leeds, U.K.
View GitHub Profile
@Middi
Middi / button.scss
Last active August 2, 2017 19:29
Standard Button Class
.btn {
border: none;
background: none;
line-height: 1em;
color: $black;
font-size: 1rem;
font-weight: 500;
margin: 0 .25em 0 0;
border: 2px solid $brand;
border-radius: .28rem;