mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +08:00
Fix the styles
This commit is contained in:
parent
7f112b7759
commit
9d7169b284
2 changed files with 3 additions and 3 deletions
|
@ -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'
|
||||
);
|
||||
}
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue