lhoist-stay-safe__backend-t.../blocks/search-and-find/src/editor.scss
2024-02-13 19:13:51 +01:00

31 lines
637 B
SCSS

.lhoist-blocks-search-and-find {
.block-editor-inner-blocks,
.block-editor-block-list__layout,
.block-editor-block-list__block {
width: 100%;
height: 100%;
position: unset;
}
.block-editor-block-list__block {
@apply bg-purple-400;
}
.lhoist-blocks-focus-object {
@apply bg-blue-600;
}
.editor-styles-wrapper .wp-block {
max-width: unset !important;
@apply bg-green-400;
}
.lhoist-blocks-search-and-find__background_picture {
height: unset !important;
}
.lhoist-blocks-search-and-find__objects-container {
background-color: red;
width: 100%;
}
}
// .lhoist-blocks-focus-object {
// @apply hidden;
// }