16 lines
209 B
SCSS
16 lines
209 B
SCSS
/* Basic editor styles */
|
|
.ProseMirror {
|
|
> * + * {
|
|
margin-top: 0.75em;
|
|
}
|
|
|
|
img {
|
|
max-width: 100%;
|
|
height: auto;
|
|
|
|
&.ProseMirror-selectednode {
|
|
outline: 3px solid #68CEF8;
|
|
}
|
|
}
|
|
}
|