Keep top margin for create account section in editor (https://github.com/woocommerce/woocommerce-blocks/pull/5633)

This commit is contained in:
Niels Lange 2022-01-31 22:15:46 +07:00 committed by GitHub
parent 54ca9e16b0
commit 83ae876898
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,10 @@
.wc-block-components-checkbox {
margin-top: 0;
&.wc-block-checkout__create-account {
margin-top: 1em;
}
}
.wc-block-checkout__terms_notice .components-notice__action {