42 lines
894 B
CSS
42 lines
894 B
CSS
.marco-quill-wrapper {
|
|
border: 1px solid #dcdfe4;
|
|
border-radius: 6px;
|
|
background: #fff;
|
|
padding: 4px;
|
|
font-family: "Segoe UI", sans-serif;
|
|
position: absolute;
|
|
bottom: 0;
|
|
}
|
|
|
|
/* Style the toolbar */
|
|
.marco-quill-wrapper .ql-toolbar {
|
|
border: none;
|
|
padding: 4px 8px;
|
|
background: #f4f5f7;
|
|
border-bottom: 1px solid #dcdfe4;
|
|
border-radius: 6px 6px 0 0;
|
|
}
|
|
|
|
/* Style the editor */
|
|
.marco-quill-wrapper .ql-container {
|
|
border: none;
|
|
}
|
|
|
|
.jira-quill-wrapper .ql-editor {
|
|
min-height: 100px;
|
|
padding: 8px;
|
|
font-size: 14px;
|
|
line-height: 1.6;
|
|
}
|
|
|
|
/* Optional: Customize hover/focus */
|
|
.marco-quill-wrapper .ql-toolbar button:hover {
|
|
background-color: #ebecf0;
|
|
}
|
|
|
|
.marco-quill-wrapper .ql-toolbar button.ql-active {
|
|
background-color: #d2e0f7;
|
|
}
|
|
.marco-quill-wrapper .quill{
|
|
padding: 0px;
|
|
} |