28 lines
547 B
CSS
28 lines
547 B
CSS
.editor-styles-wrapper {
|
|
background: var(--canvas);
|
|
color: var(--ink);
|
|
}
|
|
|
|
.editor-styles-wrapper .is-root-container {
|
|
padding-bottom: 6rem;
|
|
}
|
|
|
|
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > * {
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.editor-styles-wrapper .wp-block[data-align="full"] {
|
|
max-width: none;
|
|
}
|
|
|
|
.editor-styles-wrapper .wp-block-group.as-hero,
|
|
.editor-styles-wrapper .wp-block-group.as-section {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.editor-styles-wrapper .as-empty-state {
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
}
|