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

12 lines
166 B
SCSS
Raw Normal View History

2020-05-27 13:57:57 +00:00
.sb-block-picker {
2020-05-27 18:36:46 +00:00
display: flex;
justify-content: center;
align-items: center;
height: 100%;
width: 100%;
&__add-button {
padding: 24px 32px;
}
2020-05-27 13:57:57 +00:00
}