28 lines
488 B
SCSS
28 lines
488 B
SCSS
/**
|
|
* The following styles get applied inside the editor only.
|
|
*
|
|
* Replace them with your own styles or remove the file completely.
|
|
*/
|
|
.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%;
|
|
}
|
|
}
|
|
}
|