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

20 lines
311 B
SCSS

.sb-block-placeholder {
flex-basis: 100%;
flex-shrink: 2;
position: relative;
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%;
}
}