Skip to content

Commit

Permalink
fix: update pp button margins
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenn00dle committed Dec 5, 2024
1 parent 8dfe857 commit 2d83411
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/modal-checkout/checkout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,13 @@
margin-bottom: var(--newspack-ui-spacer-2, 12px);
}

// PayPal payments buttons.
// PayPal Payments buttons.
#ppc-button-ppcp-gateway {
margin-top: var(--newspack-ui-spacer-5, 24px);
}
#ppc-button-ppcp-gateway,
#ppc-button-applepay-container,
#ppc-button-googlepay-container {
margin-bottom: var(--newspack-ui-spacer-2, 12px);
}
}
Expand Down

0 comments on commit 2d83411

Please sign in to comment.