Skip to content
This repository has been archived by the owner on Mar 5, 2018. It is now read-only.

Commit

Permalink
Removes margins being applied from tablet and up to buttons -- should f…
Browse files Browse the repository at this point in the history
…ix #165.
  • Loading branch information
Pascal Klein committed Jul 29, 2016
1 parent 0f43e34 commit 114e7e8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions assets/sass/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,13 @@ Style guide: Buttons.1 Creating buttons
-webkit-appearance: none;
appearance: none;
display: inline-block;
margin: 0 $small-spacing $small-spacing 0;
margin: 0 $base-spacing $small-spacing 0;
height: $base-spacing * 1.5;
border-radius: $tiny-border-radius;
outline: 0;
padding: $tiny-spacing $medium-spacing $tiny-spacing * 1.3;
text-decoration: none;
font-weight: $bold-font-weight;

@include media($tablet) {
//margin: $small-spacing;
}
}

button,
Expand Down

0 comments on commit 114e7e8

Please sign in to comment.