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

20 lines
311 B
SCSS
Raw Normal View History

2020-05-20 14:21:08 +00:00
.sb-block-placeholder {
flex-basis: 100%;
flex-shrink: 2;
2020-05-20 14:21:08 +00:00
position: relative;
overflow: visible;
&__add {
background-color: var(--grey-1);
width: 100%;
}
2021-03-22 19:58:25 +00:00
.sb-block-picker {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
width: 100%;
}
2020-05-20 14:21:08 +00:00
}