Removing margins from buttons.

Components should not define margins around themselves, as it
breaks encapsulation.
master
Sérgio Gomes 2015-06-24 18:03:34 +01:00
parent 0afb22363d
commit aea8f2ef97
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@
height: $button-height;
min-width: $button-min-width;
padding: 0 $button-padding;
margin: 0 $button-margin;
display: inline-block;
@include typo-button();
overflow: hidden;