Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Update settings text and styling (#9440)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejolley authored May 12, 2023
1 parent df75bc2 commit 6faf322
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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">
{ __(
Expand Down
6 changes: 0 additions & 6 deletions assets/js/blocks/checkout/styles/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 6faf322

Please sign in to comment.