Skip to content

Commit

Permalink
Add space between buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
ryelle committed Feb 16, 2018
1 parent 87af69e commit 6b5f005
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@
white-space: nowrap;
padding: 5px 14px 7px;

& + .button {
margin-left: 12px;
}

&.is-borderless {
padding: 0;
margin-top: -6px;
Expand Down

0 comments on commit 6b5f005

Please sign in to comment.