homegrade_blocks_production/blocks/focused-schema/src/editor.scss

36 lines
636 B
SCSS

.homegrade-blocks-focused-schema {
.block-editor-block-list__layout,
.block-editor-block-list__block {
position: unset;
}
}
.wpblock-cover-container {
position: relative;
&.is-loading {
.components-spinner {
position: absolute;
left: 50%;
right: 50%;
bottom: 0;
top: 0;
margin: auto;
}
img {
opacity: 10%;
}
}
}
// POINT
.homegrade-blocks-focus-point {
position: absolute !important;
}
.homegrade-blocks-focus-point-caption {
position: relative !important;
}
.components-panel__body .homegrade-blocks-focus-point-bullet {
position: static !important;
margin-top: -16px;
margin-bottom: 10px;
}