11 lines
154 B
SCSS
11 lines
154 B
SCSS
.sb-block-placeholder {
|
|
width: 100%;
|
|
position: relative;
|
|
overflow: visible;
|
|
|
|
&__add {
|
|
background-color: var(--grey-1);
|
|
width: 100%;
|
|
}
|
|
}
|