2022-05-04 11:02:42 +00:00
|
|
|
:where(.wp-block-woocommerce-legacy-template) {
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
max-width: 1000px;
|
|
|
|
}
|
|
|
|
|
2022-03-22 22:34:43 +00:00
|
|
|
.wp-block-woocommerce-classic-template__placeholder-copy {
|
2021-11-02 14:42:07 +00:00
|
|
|
max-width: 900px;
|
|
|
|
margin-bottom: 30px;
|
|
|
|
}
|
|
|
|
|
2022-03-22 22:34:43 +00:00
|
|
|
.wp-block-woocommerce-classic-template__placeholder-warning {
|
2022-01-05 18:18:23 +00:00
|
|
|
border-left: 5px solid #2181d2;
|
|
|
|
padding-left: em(40px);
|
|
|
|
}
|
|
|
|
|
2022-03-22 22:34:43 +00:00
|
|
|
.wp-block-woocommerce-classic-template__placeholder-wireframe {
|
2021-11-02 14:42:07 +00:00
|
|
|
width: 100%;
|
|
|
|
height: 250px;
|
|
|
|
background: #e5e5e5;
|
|
|
|
|
|
|
|
@media only screen and (min-width: 768px) {
|
|
|
|
height: auto;
|
|
|
|
background: transparent;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-03-22 22:34:43 +00:00
|
|
|
.wp-block-woocommerce-classic-template__placeholder .wp-block-woocommerce-classic-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;
|
|
|
|
}
|
|
|
|
}
|