.sq-richtext-field {
  .ql-toolbar {
    background-color: white;
  }
  &__editor {
    height: 100%;
    min-height: 280px;
  }
  .public-DraftEditor-content {
    min-height: 280px;
    background-color: white;
    color: $sq-color-black;
    font-family: $paragraph-font-family;
  }
  &--small {
    .sq-richtext-field__editor {
      min-height: 90px;
    }
    .public-DraftEditor-content {
      min-height: 90px;
      background-color: white;
      color: $sq-color-black;
      font-family: $paragraph-font-family;
    }
  }
}
