mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 13:44:42 +08:00
Fix the separator styling
This commit is contained in:
parent
2f729b4524
commit
23503b3c6e
2 changed files with 8 additions and 8 deletions
|
@ -4,7 +4,7 @@
|
|||
&__title {
|
||||
text-align: center;
|
||||
@include font(20, 28, 700);
|
||||
margin: 0 0 32px 0;
|
||||
margin: 32px 0 32px 0;
|
||||
}
|
||||
|
||||
&__wrapper {
|
||||
|
|
|
@ -38,7 +38,7 @@ const AcdcOptionalPaymentMethods = ( {
|
|||
'https://www.paypal.com/us/business/paypal-business-fees'
|
||||
) }
|
||||
/>
|
||||
<Separator className="ppcp-r-page-welcome-mode-separator" />
|
||||
<Separator className="ppcp-r-optional-payment-methods__separator" />
|
||||
<BadgeBox
|
||||
title={ __(
|
||||
'Digital Wallets',
|
||||
|
@ -62,7 +62,7 @@ const AcdcOptionalPaymentMethods = ( {
|
|||
'https://www.paypal.com/us/business/paypal-business-fees'
|
||||
) }
|
||||
/>
|
||||
<Separator className="ppcp-r-page-welcome-mode-separator" />
|
||||
<Separator className="ppcp-r-optional-payment-methods__separator" />
|
||||
<BadgeBox
|
||||
title={ __(
|
||||
'Alternative Payment Methods',
|
||||
|
@ -88,7 +88,7 @@ const AcdcOptionalPaymentMethods = ( {
|
|||
'https://www.paypal.com/us/business/paypal-business-fees'
|
||||
) }
|
||||
/>
|
||||
<Separator className="ppcp-r-page-welcome-mode-separator" />
|
||||
<Separator className="ppcp-r-optional-payment-methods__separator" />
|
||||
<BadgeBox
|
||||
title={ __( '', 'woocommerce-paypal-payments' ) }
|
||||
imageBadge={ [ 'icon-payment-method-fastlane-small.svg' ] }
|
||||
|
@ -138,7 +138,7 @@ const AcdcOptionalPaymentMethods = ( {
|
|||
'https://www.paypal.com/us/business/paypal-business-fees'
|
||||
) }
|
||||
/>
|
||||
<Separator className="ppcp-r-page-welcome-mode-separator" />
|
||||
<Separator className="ppcp-r-optional-payment-methods__separator" />
|
||||
<BadgeBox
|
||||
title={ __(
|
||||
'Digital Wallets',
|
||||
|
@ -162,7 +162,7 @@ const AcdcOptionalPaymentMethods = ( {
|
|||
'https://www.paypal.com/us/business/paypal-business-fees'
|
||||
) }
|
||||
/>
|
||||
<Separator className="ppcp-r-page-welcome-mode-separator" />
|
||||
<Separator className="ppcp-r-optional-payment-methods__separator" />
|
||||
<BadgeBox
|
||||
title={ __(
|
||||
'Alternative Payment Methods',
|
||||
|
@ -219,7 +219,7 @@ const AcdcOptionalPaymentMethods = ( {
|
|||
'https://www.paypal.com/us/business/paypal-business-fees'
|
||||
) }
|
||||
/>
|
||||
<Separator className="ppcp-r-page-welcome-mode-separator" />
|
||||
<Separator className="ppcp-r-optional-payment-methods__separator" />
|
||||
<BadgeBox
|
||||
title={ __( 'Digital Wallets', 'woocommerce-paypal-payments' ) }
|
||||
imageBadge={ [
|
||||
|
@ -240,7 +240,7 @@ const AcdcOptionalPaymentMethods = ( {
|
|||
'https://www.paypal.com/us/business/paypal-business-fees'
|
||||
) }
|
||||
/>
|
||||
<Separator className="ppcp-r-page-welcome-mode-separator" />
|
||||
<Separator className="ppcp-r-optional-payment-methods__separator" />
|
||||
<BadgeBox
|
||||
title={ __(
|
||||
'Alternative Payment Methods',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue