
.quill-editor-button-line
{
    display:flex;
    position: relative;
}
.quill-editor-button
{
    cursor: pointer;
}




.quill-editor-button-default
{
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}