added styling for quilljs editor

This commit is contained in:
David Baldwynn 2017-11-15 10:56:10 -08:00
parent 2a0cdcca20
commit c21477fb02

View file

@ -28,6 +28,12 @@ configure-form-directive .notification-toggle.toggle-switch {
margin: 5px 0;
}
/* QuillJS Custom Theming */
configure-form-directive .ql-editor {
background: white;
font-size: 18px;
}
configure-form-directive .ql-picker.ql-placeholder {
width: 118px;
}