/* addQuill.css Dopiski do edytora Quill */
.ql-editor {
  font-family: Arial, sans-serif;
  font-size: 17.0px;
  background-color: white;
  height: fit-content;
  min-height: 200px;
  max-height: 400px;
  
}

.mailQuill .ql-editor {
    font-family: Arial, sans-serif;
}
.mailQuill .ql-editor p {
    margin: 0;
}

.ql-toolbar button.aa-imageUrl {
	width: auto;
	min-width: 30px;
	padding-left: 4px;
	padding-right: 4px;
}

.ql-toolbar button.aa-imageUrl::before {
	content: "URL";
	font-size: 11px;
	font-weight: bold;
}