mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
💄 Define default options for settings block vars
This commit is contained in:
parent
dcf918f2c2
commit
53e7cf5b59
1 changed files with 7 additions and 0 deletions
|
@ -61,4 +61,11 @@ $card-vertical-gap: 48px;
|
||||||
--color-text-main: #{$color-text-text};
|
--color-text-main: #{$color-text-text};
|
||||||
--color-text-teriary: #{$color-text-tertiary};
|
--color-text-teriary: #{$color-text-tertiary};
|
||||||
--color-text-description: #{$color-gray-700};
|
--color-text-description: #{$color-gray-700};
|
||||||
|
|
||||||
|
// Default settings-block theme.
|
||||||
|
--block-item-gap: 16px;
|
||||||
|
--block-header-gap: 6px;
|
||||||
|
--block-separator-gap: 32px;
|
||||||
|
--block-separator-size: 1px;
|
||||||
|
--block-separator-color: var(--color-gray-200);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue