13 lines
310 B
SCSS
13 lines
310 B
SCSS
.wc-block-customer-account__icon-style-toggle {
|
|
width: 100%;
|
|
}
|
|
|
|
/* In sidebar without tabs (WP <=6.1) */
|
|
.block-editor-block-card + div > .wc-block-editor-customer-account__link {
|
|
padding: 0 $gap $gap 52px;
|
|
}
|
|
/* In tabbed sidebar (ie: WP >=6.2) */
|
|
.wc-block-editor-customer-account__link {
|
|
padding: $gap;
|
|
}
|