add styles to examples, add content to the typescript page

This commit is contained in:
Hans Pagel
2020-11-13 15:46:55 +01:00
parent 1f30ea271b
commit 8f00a09b76
10 changed files with 298 additions and 37 deletions

View File

@@ -53,6 +53,13 @@ export default {
</script>
<style lang="scss">
/* Basic editor styles */
.ProseMirror {
> * + * {
margin-top: 0.75em;
}
}
.checkbox {
margin-bottom: 1rem;