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

23 lines
357 B
SCSS
Raw Normal View History

2020-05-20 14:21:08 +00:00
.sb-block-placeholder {
2022-12-29 02:47:45 +00:00
font-family: 'Montserrat';
2020-05-20 14:21:08 +00:00
position: relative;
2022-12-29 02:47:45 +00:00
flex-basis: 1rem;
flex-grow: 0;
flex-shrink: 0;
2020-05-20 14:21:08 +00:00
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
}