Keep top margin for create account section in editor (https://github.com/woocommerce/woocommerce-blocks/pull/5633)
This commit is contained in:
parent
54ca9e16b0
commit
83ae876898
|
@ -14,6 +14,10 @@
|
||||||
|
|
||||||
.wc-block-components-checkbox {
|
.wc-block-components-checkbox {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
|
||||||
|
&.wc-block-checkout__create-account {
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.wc-block-checkout__terms_notice .components-notice__action {
|
.wc-block-checkout__terms_notice .components-notice__action {
|
||||||
|
|
Loading…
Reference in New Issue