editor.js/src/styles/block.css
Peter Savchenko c4bdc23d77
Toolbar: settings zone added. (#252)
* Toolbar: settings zone added.

* update some comments
2018-03-25 12:26:06 +03:00

16 lines
238 B
CSS

.ce-block {
border: 1px dotted #ccc;
margin: 2px 0;
&:first-of-type {
margin-top: 0;
}
&--selected {
background-color: var(--bg-light);
}
&__content {
max-width: var(--content-width);
margin: 0 auto;
}
}