mirror of
https://github.com/codex-team/editor.js
synced 2026-03-16 07:35:48 +01:00
16 lines
238 B
CSS
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;
|
|
}
|
|
}
|