Skip to content

Commit

Permalink
Update button spacings
Browse files Browse the repository at this point in the history
  • Loading branch information
ediblecode committed May 3, 2017
1 parent 73cec6c commit b2bdf5e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/stylesheets/components/_components-buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,16 @@
color: $colour-btn-primary-text;
cursor: pointer;
display: inline-block;
margin: em(0 $spacing-x-small 0 0);
margin: em(0 $spacing-small $spacing-small -4px); // Negative left margin to combat inline-block gaps
padding: em($spacing-small $spacing-medium);
position: relative;
text-decoration: none;
vertical-align: top;

&:first-child {
margin-left: 0;
}

&:visited {
color: $colour-btn-primary-text;
}
Expand Down

0 comments on commit b2bdf5e

Please sign in to comment.