mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
13 lines
352 B
SCSS
13 lines
352 B
SCSS
@import './onboarding/step-welcome';
|
|
@import './onboarding/step-business';
|
|
@import './onboarding/step-products';
|
|
@import './onboarding/step-payment-methods';
|
|
|
|
.ppcp-r-tabs.onboarding,
|
|
.ppcp-r-container--onboarding {
|
|
--max-container-width: var(--max-width-onboarding);
|
|
|
|
.ppcp-r-inner-container {
|
|
max-width: var(--max-width-onboarding-content);
|
|
}
|
|
}
|