schlechtenburg/packages/core/lib/components/Toolbar.scss

10 lines
163 B
SCSS

.sb-toolbar {
font-family: 'Montserrat';
position: absolute;
width: auto;
height: auto;
display: flex;
flex-wrap: wrap;
z-index: var(--z-toolbar);
}