schlechtenburg/packages/core/lib/components/BlockPlaceholder.scss
2021-03-22 20:58:25 +01:00

19 lines
288 B
SCSS

.sb-block-placeholder {
width: 100%;
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%;
}
}