itmar-block-packages
Version:
We have put together a package of common React components used for WordPress custom blocks.
23 lines • 590 B
CSS
/**
* The following styles get applied inside the editor only.
*
* Replace them with your own styles or remove the file completely.
*/
.block-editor-block-inspector .tax_section {
margin: 10px 0 20px;
}
.block-editor-block-inspector .term_section {
margin-top: 20px;
}
.block-editor-block-inspector .term_section:nth-child(2) {
margin-top: 10px;
}
.block-editor-block-inspector .tax_label {
padding: 2px 0;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
}
.block-editor-block-inspector .term_check {
margin-bottom: 5px;
}
/*# sourceMappingURL=editor.css.map */