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

16 lines
281 B
SCSS
Raw Normal View History

2021-08-01 17:27:57 +02:00
/**
* #.# 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;
}