10 lines
236 B
CSS
10 lines
236 B
CSS
/**
|
|
* All of the CSS for your block editor functionality should be
|
|
* included in this file.
|
|
*/
|
|
/*--------------------------------------------------------------*/
|
|
.cnvs-block-alert-inner {
|
|
margin-top: -27px;
|
|
margin-bottom: -27px;
|
|
}
|