Files
tiptap/docs/src/demos/Examples/Images/React/styles.scss
2021-06-25 11:53:37 +02:00

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;
}
}
}