Added WP-Theme
This commit is contained in:
27
as-coaching-theme/assets/css/editor.css
Normal file
27
as-coaching-theme/assets/css/editor.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user