docs: add styling to the focus demo

This commit is contained in:
Hans Pagel 2021-02-05 12:02:47 +01:00
parent 71cca24c32
commit 6276643e6b

View File

@ -63,4 +63,21 @@ export default {
border-radius: 3px;
box-shadow: 0 0 0 3px #68CEF8;
}
/* Basic editor styles */
.ProseMirror {
> * + * {
margin-top: 0.75em;
}
ul,
ol {
padding: 0 1rem;
}
blockquote {
padding-left: 1rem;
border-left: 2px solid rgba(#0D0D0D, 0.1);
}
}
</style>