Deligraph-V3/resources/css/editor/editor.css

24 lines
502 B
CSS

.wp-admin.post-type-portfolio {
.block-editor-block-list__layout.is-root-container > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
}
.chapter-section {
box-sizing: border-box;
@apply alignfull px-32;
}
}
.wp-block-post-title {
text-transform: unset;
@apply leading-none;
&:before {
content: none;
}
}
.deligraph-blocks-chapter-section + .gallery-website-screens {
@apply mt-12;
}
.simple-screen--white + .gallery-website-screens {
@apply mt-32;
}