Files
CHIEFSOFT\ameye e9e5c0546c first commit
2023-11-30 13:20:54 -05:00

18 lines
444 B
CSS

/**
* All of the CSS for your block editor functionality should be
* included in this file.
*/
/*--------------------------------------------------------------*/
.cnvs-block-section-heading .cnvs-section-title:before {
z-index: initial !important;
}
.cnvs-block-section-heading .cnvs-section-title > .cnvs-section-plain {
position: relative;
}
.cnvs-block-section-heading .cnvs-section-plain {
display: inline-block;
min-width: 5px;
}