12 lines
143 B
SCSS
Raw Normal View History

2024-07-12 12:51:02 +05:45
/* Quill Editor */
.quill-container {
height: 300px;
}
.ql-toolbar,
.quill-container {
&.ql-snow {
border-color: $border-color;
}
}