_quill.scss 391 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
.ql-toolbar.ql-snow {
  @apply border-0 rounded-t px-4 py-4 shadow;
}

.ql-container.ql-snow {
  @apply border-0 rounded-b;
}

.ql-toolbar.ql-snow .ql-picker .ql-picker-label:focus {
  @apply outline-none;
}

.ql-toolbar.ql-snow button.ql-active {
  @apply bg-primary rounded text-primary-contrast;

  .ql-stroke {
    @apply stroke-current;
  }

  .ql-fill {
    @apply fill-current;
  }
}