schlechtenburg/packages/core/lib/rich-text/FormattingToolbar.scss

13 lines
194 B
SCSS

.sb-inline-toolbar {
position: absolute;
background-color: var(--bg);
height: 2rem;
min-width: 2rem;
display: flex;
z-index: var(--z-toolbar);
&_hidden {
display: none;
}
}