PluginProbe
SureCart – Ecommerce Made Easy For Selling Physical Products, Digital Downloads, Subscriptions, Donations, & Payments / 4.7.1
SureCart – Ecommerce Made Easy For Selling Physical Products, Digital Downloads, Subscriptions, Donations, & Payments v4.7.1
4.7.2 4.7.1 4.7.0 4.6.6 4.6.5 4.6.4 4.6.3 4.6.2 4.6.1 4.6.0 4.5.1 4.5.0 4.4.2 4.4.1 4.4.0 4.3.3 4.3.2 4.3.1 4.3.0 4.2.3 4.2.2 4.2.1 1.0.3 1.0.4 1.0.5 All 281 releases
surecart / packages / blocks / Blocks / CollapsibleRow / style.css
style.css
14 lines 396 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 sc-toggle.sc-collapsible-row {
2 --sc-toggle-header-padding: var(--sc-toggle-padding) 0;
3 --sc-toggle-content-padding: 0;
4 --sc-toggle-background-color: transparent;
5 width: 100%;
6 border-top: solid var(--sc-input-border-width) var(--sc-input-border-color);
7 }
8 .wp-block-surecart-collapsible-row {
9 margin-bottom: 0 !important;
10 }
11 sc-toggle.sc-collapsible-row::part(body) {
12 border-top: 0;
13 }
14