mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +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 {
|
&__title {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@include font(20, 28, 700);
|
@include font(20, 28, 700);
|
||||||
margin: 0 0 32px 0;
|
margin: 32px 0 32px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__wrapper {
|
&__wrapper {
|
||||||
|
|
|
@ -38,7 +38,7 @@ const AcdcOptionalPaymentMethods = ( {
|
||||||
'https://www.paypal.com/us/business/paypal-business-fees'
|
'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
|
<BadgeBox
|
||||||
title={ __(
|
title={ __(
|
||||||
'Digital Wallets',
|
'Digital Wallets',
|
||||||
|
@ -62,7 +62,7 @@ const AcdcOptionalPaymentMethods = ( {
|
||||||
'https://www.paypal.com/us/business/paypal-business-fees'
|
'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
|
<BadgeBox
|
||||||
title={ __(
|
title={ __(
|
||||||
'Alternative Payment Methods',
|
'Alternative Payment Methods',
|
||||||
|
@ -88,7 +88,7 @@ const AcdcOptionalPaymentMethods = ( {
|
||||||
'https://www.paypal.com/us/business/paypal-business-fees'
|
'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
|
<BadgeBox
|
||||||
title={ __( '', 'woocommerce-paypal-payments' ) }
|
title={ __( '', 'woocommerce-paypal-payments' ) }
|
||||||
imageBadge={ [ 'icon-payment-method-fastlane-small.svg' ] }
|
imageBadge={ [ 'icon-payment-method-fastlane-small.svg' ] }
|
||||||
|
@ -138,7 +138,7 @@ const AcdcOptionalPaymentMethods = ( {
|
||||||
'https://www.paypal.com/us/business/paypal-business-fees'
|
'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
|
<BadgeBox
|
||||||
title={ __(
|
title={ __(
|
||||||
'Digital Wallets',
|
'Digital Wallets',
|
||||||
|
@ -162,7 +162,7 @@ const AcdcOptionalPaymentMethods = ( {
|
||||||
'https://www.paypal.com/us/business/paypal-business-fees'
|
'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
|
<BadgeBox
|
||||||
title={ __(
|
title={ __(
|
||||||
'Alternative Payment Methods',
|
'Alternative Payment Methods',
|
||||||
|
@ -219,7 +219,7 @@ const AcdcOptionalPaymentMethods = ( {
|
||||||
'https://www.paypal.com/us/business/paypal-business-fees'
|
'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
|
<BadgeBox
|
||||||
title={ __( 'Digital Wallets', 'woocommerce-paypal-payments' ) }
|
title={ __( 'Digital Wallets', 'woocommerce-paypal-payments' ) }
|
||||||
imageBadge={ [
|
imageBadge={ [
|
||||||
|
@ -240,7 +240,7 @@ const AcdcOptionalPaymentMethods = ( {
|
||||||
'https://www.paypal.com/us/business/paypal-business-fees'
|
'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
|
<BadgeBox
|
||||||
title={ __(
|
title={ __(
|
||||||
'Alternative Payment Methods',
|
'Alternative Payment Methods',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue