♻️ Extract CSS for help section

This commit is contained in:
Philipp Stracker 2025-08-08 18:04:40 +02:00
parent dc51976176
commit 98f8014e7d
No known key found for this signature in database
3 changed files with 5 additions and 4 deletions

View file

@ -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';

View file

@ -0,0 +1,4 @@
/* The help section at the bottom of post pages */
.ppcp-r-tab-overview-help {
--block-header-gap: 8px;
}

View file

@ -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;