woocommerce/plugins/woocommerce-blocks/packages/interactivity-components/checkbox-list/style.scss

34 lines
518 B
SCSS
Raw Normal View History

// Import styles we need to render the checkbox list and checkbox control.
@import "../../../packages/components/checkbox-list/style";
@import "../../../packages/components/checkbox-control/style";
.wc-block-stock-filter-list {
margin: 0;
li {
label {
cursor: pointer;
}
input {
cursor: pointer;
display: inline-block;
}
}
.wc-block-components-checkbox-list {
margin: 0;
li {
label {
cursor: pointer;
}
input {
cursor: pointer;
display: inline-block;
}
}
}
}