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

11 lines
154 B
SCSS
Raw Normal View History

2020-05-20 14:21:08 +00:00
.sb-block-placeholder {
width: 100%;
position: relative;
overflow: visible;
&__add {
background-color: var(--grey-1);
width: 100%;
}
}