This commit is contained in:
Mike Jolley 2023-05-12 10:11:08 +01:00 committed by GitHub
parent 6550c830db
commit 7e06584c14
2 changed files with 4 additions and 7 deletions

View File

@ -42,7 +42,10 @@ export const Edit = ( {
>
<InspectorControls>
<PanelBody
title={ __( 'Account', 'woo-gutenberg-products-block' ) }
title={ __(
'Account creation and guest checkout',
'woo-gutenberg-products-block'
) }
>
<p className="wc-block-checkout__controls-text">
{ __(

View File

@ -51,17 +51,11 @@ body.wc-lock-selected-block--remove {
}
}
.wc-block-checkout__controls-text {
color: #999;
font-style: italic;
}
.components-base-control--nested {
padding-left: 52px;
margin-top: -12px;
}
.components-panel__body-title .components-button {
opacity: 1;
}