Skip to content

Commit

Permalink
fix(ras-acc): adjust terms popup spacing and margins
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenn00dle committed Oct 18, 2024
1 parent 6220b5f commit 850d5aa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/modal-checkout/checkout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,14 @@
color: var(--newspack-ui-color-neutral-60, colors.$newspack-ui-color-neutral-60);
}

.woocommerce-terms-and-conditions {
margin-top: var(--newspack-ui-spacer-5, 24px);

*:first-child {
margin-top: 0;
}
}

p.form-row {
background: var(--newspack-ui-color-neutral-5, #f7f7f7);
border-color: var(--newspack-ui-color-border, #ddd);
Expand Down

0 comments on commit 850d5aa

Please sign in to comment.