mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
♻️ Extract CSS for help section
This commit is contained in:
parent
dc51976176
commit
98f8014e7d
3 changed files with 5 additions and 4 deletions
|
@ -5,6 +5,7 @@
|
|||
@import './reusable-components/button';
|
||||
@import './reusable-components/elements';
|
||||
@import './reusable-components/fields';
|
||||
@import './reusable-components/help-section';
|
||||
@import './reusable-components/navigation';
|
||||
@import './reusable-components/onboarding-header';
|
||||
@import './reusable-components/payment-method-icons';
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
/* The help section at the bottom of post pages */
|
||||
.ppcp-r-tab-overview-help {
|
||||
--block-header-gap: 8px;
|
||||
}
|
|
@ -164,10 +164,6 @@
|
|||
--block-header-gap: 12px;
|
||||
}
|
||||
|
||||
.ppcp-r-tab-overview-help {
|
||||
--block-header-gap: 8px;
|
||||
}
|
||||
|
||||
.ppcp-r-settings-block__feature {
|
||||
.ppcp--action-buttons {
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue