38 lines
906 B
SCSS
38 lines
906 B
SCSS
body.wc-lock-selected-block--move {
|
|
.block-editor-block-mover__move-button-container,
|
|
.block-editor-block-mover {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
body.wc-lock-selected-block--remove {
|
|
.block-editor-block-settings-menu__popover {
|
|
.components-menu-group:last-child {
|
|
display: none;
|
|
}
|
|
.components-menu-group:nth-last-child(2) {
|
|
margin-bottom: -12px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.wp-block-woocommerce-cart-items-block,
|
|
.wp-block-woocommerce-cart-totals-block,
|
|
.wp-block-woocommerce-empty-cart-block {
|
|
// Temporary fix after the appender button was positioned absolute
|
|
// See https://github.com/woocommerce/woocommerce-gutenberg-products-block/issues/5742#issuecomment-1032804168
|
|
.block-list-appender {
|
|
position: relative;
|
|
}
|
|
}
|
|
|
|
.wp-block-woocommerce-cart-order-summary-block {
|
|
.block-editor-block-list__layout > div {
|
|
margin: 0 !important;
|
|
}
|
|
|
|
.wc-block-components-totals-wrapper {
|
|
box-sizing: border-box;
|
|
}
|
|
}
|