From 9d7169b28476d9ebbef5211d60469f1caf8cb10c Mon Sep 17 00:00:00 2001 From: Narek Zakarian Date: Tue, 14 May 2024 18:42:18 +0400 Subject: [PATCH] Fix the styles --- modules/ppcp-blocks/extensions.php | 2 +- modules/ppcp-wc-gateway/resources/css/common.scss | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/ppcp-blocks/extensions.php b/modules/ppcp-blocks/extensions.php index d8ff43485..92f755b8e 100644 --- a/modules/ppcp-blocks/extensions.php +++ b/modules/ppcp-blocks/extensions.php @@ -46,7 +46,7 @@ return array( if ( wc_terms_and_conditions_page_id() > 0 ) { $label .= __( - '

Important: Your store has a Terms and Conditions 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.

', + '

Important: Your store has a Terms and Conditions 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.

', 'woocommerce-paypal-payments' ); } diff --git a/modules/ppcp-wc-gateway/resources/css/common.scss b/modules/ppcp-wc-gateway/resources/css/common.scss index 1345cb810..997b72e2d 100644 --- a/modules/ppcp-wc-gateway/resources/css/common.scss +++ b/modules/ppcp-wc-gateway/resources/css/common.scss @@ -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 {