18 lines
302 B
SCSS
18 lines
302 B
SCSS
.wc-block-editor-mini-cart__render-in-cart-and-checkout-toggle {
|
|
width: 100%;
|
|
}
|
|
|
|
.wc-block-editor-mini-cart__drawer-image {
|
|
margin-bottom: 6px;
|
|
}
|
|
|
|
.wc-block-editor-mini-cart__drawer-link {
|
|
margin-bottom: 24px;
|
|
}
|
|
|
|
.wc-block-editor-mini-cart__icon {
|
|
html[dir="rtl"] & {
|
|
transform: scaleX(-1);
|
|
}
|
|
}
|