mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 09:08:09 +08:00
💄 Adjust SCSS to address new component hierarchy
This commit is contained in:
parent
2bf9832844
commit
0f523d7aae
6 changed files with 18 additions and 9 deletions
|
@ -2,6 +2,11 @@
|
|||
@import './onboarding/step-business';
|
||||
@import './onboarding/step-products';
|
||||
|
||||
.ppcp-r-tabs.onboarding {
|
||||
--max-tabbar-width: var(--max-width-onboarding);
|
||||
.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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue