23 lines
360 B
SCSS
23 lines
360 B
SCSS
/**
|
|
* The following styles get applied inside the editor only.
|
|
*
|
|
* Replace them with your own styles or remove the file completely.
|
|
*/
|
|
|
|
.wpblock-cover-container {
|
|
position: relative;
|
|
&.is-loading {
|
|
.components-spinner {
|
|
position: absolute;
|
|
left: 50%;
|
|
right: 50%;
|
|
bottom: 0;
|
|
top: 0;
|
|
margin: auto;
|
|
}
|
|
img {
|
|
opacity: 10%;
|
|
}
|
|
}
|
|
}
|