Added WP-Theme

This commit is contained in:
2026-04-23 08:21:57 +02:00
parent fb1685bdd7
commit ffd95cb825
37 changed files with 2415 additions and 145 deletions

View File

@@ -0,0 +1,27 @@
.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;
}