docs: update content

This commit is contained in:
Philipp Kühn
2021-04-21 11:46:45 +02:00
parent 170b9b8d64
commit 36bf546c2d
6 changed files with 32 additions and 25 deletions

View File

@@ -51,24 +51,26 @@ export default {
}
</script>
<style lang="scss">
/* Basic editor styles */
.ProseMirror {
> * + * {
margin-top: 0.75em;
<style lang="scss" scoped>
::v-deep {
/* Basic editor styles */
.ProseMirror {
> * + * {
margin-top: 0.75em;
}
}
}
.checkbox {
margin-bottom: 1rem;
.checkbox {
margin-bottom: 1rem;
input[type="checkbox"] {
margin-right: 0.5rem;
input[type="checkbox"] {
margin-right: 0.5rem;
}
}
}
[contenteditable=false] {
color: #999;
cursor: not-allowed;
[contenteditable=false] {
color: #999;
cursor: not-allowed;
}
}
</style>