2021-11-02 14:42:07 +00:00
|
|
|
.wp-block-woocommerce-legacy-template__placeholder-copy {
|
|
|
|
max-width: 900px;
|
|
|
|
margin-bottom: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-block-woocommerce-legacy-template__placeholder-wireframe {
|
|
|
|
width: 100%;
|
|
|
|
height: 250px;
|
|
|
|
background: #e5e5e5;
|
|
|
|
|
|
|
|
@media only screen and (min-width: 768px) {
|
|
|
|
height: auto;
|
|
|
|
background: transparent;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-11-03 16:55:52 +00:00
|
|
|
.wp-block-woocommerce-legacy-template__placeholder .wp-block-woocommerce-legacy-template__placeholder-image {
|
2021-11-02 14:42:07 +00:00
|
|
|
display: none;
|
|
|
|
width: 100%;
|
|
|
|
height: auto;
|
|
|
|
|
|
|
|
@media only screen and (min-width: 768px) {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|