@import url("//cdn.quilljs.com/1.3.6/quill.core.css");

.editor-component {
}

/* size normal */
.editor-component * {
  font-size: 1.2rem !important;
}

.editor-component h1, .editor-component h2, .editor-component h3, .editor-component h4, .editor-component h5, .editor-component h6,
.editor-component h1 *, .editor-component h2 *, .editor-component h3 *, .editor-component h4 *, .editor-component h5 *, .editor-component h6 * {
  font-size: revert !important;
}

.editor-component .ql-editor {
  overflow: initial !important;
  line-height: initial !important;
  padding: initial !important;
  tab-size: initial !important;
  white-space: initial !important;
  word-wrap: initial !important;
}

.editor-component .ql-size-small, .editor-component .ql-size-small * {
  font-size: 1rem !important;
}

.editor-component .ql-size-large, .editor-component .ql-size-large * {
  font-size: 1.6rem !important;
}

.editor-component .ql-size-huge, .editor-component .ql-size-huge * {
  font-size: 2rem !important;
}

.editor-component em {
  font-style: italic;
}
