2020-05-20 14:21:08 +00:00
|
|
|
.sb-block-placeholder {
|
2022-03-11 17:29:46 +00:00
|
|
|
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
|
|
|
}
|