2018-11-19 16:33:17 +00:00
|
|
|
.wc-product-preview {
|
|
|
|
text-align: center;
|
2018-12-13 17:19:06 +00:00
|
|
|
margin-bottom: $gap;
|
2018-11-19 16:33:17 +00:00
|
|
|
|
2018-12-13 17:19:06 +00:00
|
|
|
.wc-product-preview__title,
|
2019-03-06 18:50:32 +00:00
|
|
|
.wc-product-preview__price,
|
|
|
|
.wc-product-preview__rating {
|
2018-12-13 17:19:06 +00:00
|
|
|
margin-top: $gap-smallest;
|
2018-11-19 16:33:17 +00:00
|
|
|
}
|
|
|
|
|
2019-03-06 18:50:32 +00:00
|
|
|
.star-rating {
|
|
|
|
overflow: hidden;
|
|
|
|
position: relative;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
width: 5.3em;
|
|
|
|
height: 1.618em;
|
|
|
|
line-height: 1.618;
|
|
|
|
font-size: 1em;
|
|
|
|
font-family: star;
|
|
|
|
font-weight: 400;
|
|
|
|
|
|
|
|
&::before {
|
|
|
|
content: '\53\53\53\53\53';
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
position: absolute;
|
|
|
|
opacity: 0.25;
|
|
|
|
}
|
|
|
|
|
|
|
|
span {
|
|
|
|
overflow: hidden;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
position: absolute;
|
|
|
|
padding-top: 1.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
span::before {
|
|
|
|
content: '\53\53\53\53\53';
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
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
|
|
|
}
|
|
|
|
|
2018-12-13 17:19:06 +00:00
|
|
|
.cols-4 &,
|
|
|
|
.cols-5 &,
|
|
|
|
.cols-6 & {
|
|
|
|
.wc-product-preview__title {
|
|
|
|
font-size: 0.9em;
|
|
|
|
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.8em;
|
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.7em !important;
|
|
|
|
line-height: 1.4 !important;
|
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
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|