Update settings text and styling (https://github.com/woocommerce/woocommerce-blocks/pull/9440)
This commit is contained in:
parent
6550c830db
commit
7e06584c14
|
@ -42,7 +42,10 @@ export const Edit = ( {
|
||||||
>
|
>
|
||||||
<InspectorControls>
|
<InspectorControls>
|
||||||
<PanelBody
|
<PanelBody
|
||||||
title={ __( 'Account', 'woo-gutenberg-products-block' ) }
|
title={ __(
|
||||||
|
'Account creation and guest checkout',
|
||||||
|
'woo-gutenberg-products-block'
|
||||||
|
) }
|
||||||
>
|
>
|
||||||
<p className="wc-block-checkout__controls-text">
|
<p className="wc-block-checkout__controls-text">
|
||||||
{ __(
|
{ __(
|
||||||
|
|
|
@ -51,17 +51,11 @@ body.wc-lock-selected-block--remove {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.wc-block-checkout__controls-text {
|
|
||||||
color: #999;
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
|
|
||||||
.components-base-control--nested {
|
.components-base-control--nested {
|
||||||
padding-left: 52px;
|
padding-left: 52px;
|
||||||
margin-top: -12px;
|
margin-top: -12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.components-panel__body-title .components-button {
|
.components-panel__body-title .components-button {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue