homegrade_blocks_production/blocks/content-page-header/src/editor.scss

26 lines
444 B
SCSS

.block-content-page-header {
&__page-icon {
max-width: 200px !important;
}
p {
display: block !important;
}
p[role="textbox"] {
opacity: 0.5;
}
}
.homegrade-blocks-content-page-header {
.block-editor-media-placeholder {
max-height: 200px;
}
}
.homegrade-blocks-content-page-header__panel-cta {
.block-editor-link-control__field {
margin: 0;
}
.block-editor-link-control {
min-width: unset;
}
}