mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
✨ Set container width based on active tab panel
This commit is contained in:
parent
5f0fb376fb
commit
69ca811b96
5 changed files with 24 additions and 3 deletions
|
@ -14,3 +14,13 @@ $shadow-card: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
|
|||
$shadow-selection-box: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
|
||||
$color-gradient-dark: #001435;
|
||||
$gradient-header: linear-gradient(87.03deg, #003087 -0.49%, #001E51 29.22%, $color-gradient-dark 100%);
|
||||
|
||||
$max-width-onboarding: 1024px;
|
||||
$max-width-settings: 938px;
|
||||
|
||||
#ppcp-settings-container {
|
||||
--max-width-settings: #{$max-width-settings};
|
||||
--max-width-onboarding: #{$max-width-onboarding};
|
||||
|
||||
--max-tabbar-width: var(--max-width-settings);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue