2023-12-18 09:47:24 +00:00
|
|
|
// Import styles we need to render the checkbox list and checkbox control.
|
|
|
|
@import "../../../packages/components/checkbox-list/style";
|
|
|
|
@import "../../../packages/components/checkbox-control/style";
|
2024-01-26 06:29:39 +00:00
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|