@chief-editor/brick-presentation
Version:
Presentation Brick for chief editor
26 lines (21 loc) • 451 B
text/less
.quill-editor-quick-toolbar {
&__group {
padding: 4px 12px;
display: flex;
justify-content: space-between;
background: #202328;
&:not(:last-child) {
margin-bottom: 16px;
}
&-left, &-right {
width: 50%;
display: flex;
}
&-left {
margin-right: 4px;
}
&-right {
margin-left: 4px;
}
}
}