.rich-editor {

    .quill-editor {
        width: 100%;
        background: #202328;
        box-sizing: border-box;

        .quill-editor-toolbar {
            padding: 16px 8px;
            &__group {
                display: flex;
                justify-content: space-between;

                &:not(:last-child) {
                    margin-bottom: 16px;
                }
                &-left, &-right {
                    width: 50%;
                    display: flex;
                }
                &-left {
                    margin-right: 4px;
                }
                &-right {
                    margin-left: 4px;
                }
            }
        }

        .qe-tool {
            flex: none;
            cursor: pointer;
            &--disable {
                cursor: not-allowed;
            }
        }
    }

}
