Skip to content

Commit

Permalink
fix(checkout): BCTHEME-287 Add padding between wallet buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
bdav87 committed Oct 20, 2020
1 parent 38ea3b2 commit 40f1f1a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
flex-wrap: wrap;
margin-left: -(spacing("third"));
margin-right: -(spacing("third"));

> div {
margin-right: spacing("single");
}
}

.checkoutRemote-button {
Expand Down

0 comments on commit 40f1f1a

Please sign in to comment.