Fix the styles

This commit is contained in:
Narek Zakarian 2024-05-14 18:42:18 +04:00
parent 7f112b7759
commit 9d7169b284
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7
2 changed files with 3 additions and 3 deletions

View file

@ -46,7 +46,7 @@ return array(
if ( wc_terms_and_conditions_page_id() > 0 ) {
$label .= __(
'<p class="description ppcp-important"><span>Important:</span> Your store has a <a href="/wp-admin/admin.php?page=wc-settings&tab=advanced" target="_blank">Terms and Conditions</a> page configured. Please be aware that disabling this option may prevent buyers from being able to consent to the terms when using a PayPal express payment method, as the final checkout confirmation will be skipped.</p>',
'<div class="ppcp-notice ppcp-notice-warning"><p><span class="highlight">Important:</span> Your store has a <a href="/wp-admin/admin.php?page=wc-settings&tab=advanced" target="_blank">Terms and Conditions</a> page configured. Please be aware that disabling this option may prevent buyers from being able to consent to the terms when using a PayPal express payment method, as the final checkout confirmation will be skipped.</p></div>',
'woocommerce-paypal-payments'
);
}

View file

@ -61,8 +61,8 @@ $background-ident-color: #fbfbfb;
border: 1px solid #c3c4c7;
border-left-width: 4px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
margin: 5px 15px 2px;
padding: 1px 12px;
margin: 5px 0px 2px;
padding: 0px 12px 4px 12px;
}
.ppcp-notice-warning {