This repository has been archived on 2021-11-24. You can view files and clone it, but cannot push or open issues or pull requests.
2021-08-23 10:26:02 +02:00

29 lines
442 B
SCSS

.ql-snow .ql-editor {
min-height: 15rem;
background: $white;
}
.ql-toolbar.ql-snow {
font-family: $font-family-base;
}
.ql-container {
font-family: $font-family-base;
font-size: $font-size-base;
}
.ql-bubble .ql-editor {
padding: 0;
}
.ql-bubble .ql-editor.ql-blank::before {
left: 0;
right: 0;
}
.ql-bubble .ql-tooltip {
border-radius: $border-radius-lg;
font-size: 12px;
z-index: 1;
}