mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
9 lines
178 B
SCSS
9 lines
178 B
SCSS
|
.ppcp-r-tabs.settings,
|
||
|
.ppcp-r-container--settings {
|
||
|
--max-container-width: var(--max-width-settings);
|
||
|
|
||
|
.ppcp-r-inner-container {
|
||
|
max-width: var(--max-container-width);
|
||
|
}
|
||
|
}
|