clean unused styles

This commit is contained in:
Damián Suárez 2023-12-07 15:09:07 -03:00
parent 61d5b16d30
commit 8b84134bff
1 changed files with 4 additions and 20 deletions

View File

@ -4,25 +4,9 @@
outline: 3px solid transparent;
}
&.has-blocks {
min-height: 320px;
.woocommerce-content-preview {
min-height: 320px;
&:after {
display: none;
}
.woocommerce-content-preview__iframe {
min-height: 320px;
}
}
}
.woocommerce-content-preview {
position: absolute;
top: 0;
left: 0;
margin: 0;
z-index: 100;
.block-editor-block-preview__container {
resize: vertical;
height: 220px;
min-height: 220px;
}
}