18 lines
444 B
CSS
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;
|
|
}
|