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

23 lines
357 B
SCSS

.sb-block-placeholder {
font-family: 'Montserrat';
position: relative;
flex-basis: 1rem;
flex-grow: 0;
flex-shrink: 0;
overflow: visible;
&__add {
background-color: var(--grey-1);
width: 100%;
}
.sb-block-picker {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
width: 100%;
}
}