Skip to content

Commit

Permalink
Merge pull request #1105 from delcore92/PAYMENTS-1945
Browse files Browse the repository at this point in the history
PAYMENTS-1945 - Add spacing between checkout buttons
  • Loading branch information
danieldelcore authored Oct 20, 2017
2 parents 68b06ae + 8df9245 commit 2a60583
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions assets/scss/components/stencil/cart/_cart.scss
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,18 @@ $cart-item-label-offset: $cart-thumbnail-maxWidth + $cart-item-sp
float: right;
}
}

.CheckoutButton {
margin-bottom: spacing("base");

&:first-child {
margin-top: spacing("single");
}

&:last-child {
margin-bottom: spacing("single");
}
}
}


Expand Down
12 changes: 12 additions & 0 deletions assets/scss/components/stencil/previewCart/_previewCart.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,18 @@
float: none !important; // 1
margin: spacing("third") 0;
}

.CheckoutButton {
margin-bottom: spacing("base");

&:first-child {
margin-top: spacing("single");
}

&:last-child {
margin-bottom: spacing("single");
}
}
}

.suggestiveCart {
Expand Down

0 comments on commit 2a60583

Please sign in to comment.