Wordpress-plugin-Gutenberg-.../src/block/editor.scss

16 lines
281 B
SCSS

/**
* #.# Editor Styles
*
* CSS for just Backend enqueued after style.scss
* which makes it higher in priority.
*/
.wp-block-cgb-block-mobilizon {
background: $green;
border: 0.2rem solid $black;
color: $black;
margin: 0 auto;
max-width: 740px;
padding: 2rem;
}