31 lines
658 B
SCSS
31 lines
658 B
SCSS
.wp-block-woocommerce-legacy-template__placeholder-copy {
|
|
max-width: 900px;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.wp-block-woocommerce-legacy-template__placeholder-warning {
|
|
border-left: 5px solid #2181d2;
|
|
padding-left: em(40px);
|
|
}
|
|
|
|
.wp-block-woocommerce-legacy-template__placeholder-wireframe {
|
|
width: 100%;
|
|
height: 250px;
|
|
background: #e5e5e5;
|
|
|
|
@media only screen and (min-width: 768px) {
|
|
height: auto;
|
|
background: transparent;
|
|
}
|
|
}
|
|
|
|
.wp-block-woocommerce-legacy-template__placeholder .wp-block-woocommerce-legacy-template__placeholder-image {
|
|
display: none;
|
|
width: 100%;
|
|
height: auto;
|
|
|
|
@media only screen and (min-width: 768px) {
|
|
display: block;
|
|
}
|
|
}
|