schlechtenburg/packages/core/lib/components/internal/BlockPicker.scss

12 lines
166 B
SCSS

.sb-block-picker {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
width: 100%;
&__add-button {
padding: 24px 32px;
}
}