2018-11-19 16:33:17 +00:00
|
|
|
.wc-product-preview {
|
|
|
|
|
2019-03-15 16:48:46 +00:00
|
|
|
.wc-product-preview__image {
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
|
2018-12-13 17:19:06 +00:00
|
|
|
.wp-block-button {
|
|
|
|
margin-bottom: 0;
|
2018-11-19 16:33:17 +00:00
|
|
|
}
|
|
|
|
|
2018-12-13 17:19:06 +00:00
|
|
|
.wc-product-preview__add-to-cart {
|
|
|
|
cursor: text;
|
|
|
|
margin: $gap-small 0 0;
|
2018-11-19 16:33:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2019-02-21 19:00:47 +00:00
|
|
|
.is-hidden-title & {
|
|
|
|
.wc-product-preview__title {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.is-hidden-price & {
|
|
|
|
.wc-product-preview__price {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-03-06 18:50:32 +00:00
|
|
|
.is-hidden-rating & {
|
|
|
|
.wc-product-preview__rating {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-02-21 19:00:47 +00:00
|
|
|
.is-hidden-button & {
|
|
|
|
.wp-block-button {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-12-13 17:19:06 +00:00
|
|
|
.editor-block-preview & {
|
|
|
|
.wc-product-preview__title {
|
|
|
|
font-size: 0.7em;
|
|
|
|
line-height: 1.2;
|
2018-11-19 16:33:17 +00:00
|
|
|
}
|
2018-12-13 17:19:06 +00:00
|
|
|
.wc-product-preview__price {
|
|
|
|
font-size: 0.6em;
|
2018-11-19 16:33:17 +00:00
|
|
|
}
|
|
|
|
.wc-product-preview__add-to-cart {
|
2018-12-13 17:19:06 +00:00
|
|
|
font-size: 0.6em !important;
|
2018-11-19 16:33:17 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|