@import url("../../vendor/quill/dist/quill.core-C4g5rkf.css");
@import url("../../vendor/quill/dist/quill.bubble-arsPET0.css");
@import url("../../vendor/quill/dist/quill.snow-DYvVjm1.css");

.ql-toolbar {
  border-radius: 1rem 1rem 0 0;
}

.ql-container, .ql-editor {
  background-color: white;
  border-radius: 0 0 1rem 1rem;

  /* This is a dump copy of Bootstrap's style. Change it later. */

  &:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
}

