Skip to content

Commit 0dbda59

Browse files
committed
PB-84: Products List On Stage Is Not Consistent With Storefront (No Ratings)
1 parent 0b49c4b commit 0dbda59

File tree

1 file changed

+29
-1
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/products

1 file changed

+29
-1
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/products/_default.less

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,35 @@
217217
}
218218

219219
.product-reviews-summary {
220-
margin-bottom: 15px;
220+
margin-bottom: @indent__s + @indent__xs;
221+
222+
.reviews-actions {
223+
margin-top: 5px;
224+
225+
display: inline-block;
226+
font-size: @font-size__s;
227+
vertical-align: middle;
228+
229+
a:not(:last-child) {
230+
margin-right: 30px;
231+
}
232+
.action.add {
233+
white-space: nowrap;
234+
}
235+
}
236+
237+
.rating-summary {
238+
.lib-rating-summary(
239+
@_icon-font: 'luma-icons',
240+
@_icon-font-size: 16px,
241+
@_icon-letter-spacing: 2px
242+
);
243+
.lib-rating-summary-label-hide();
244+
245+
margin: 0 4px 0 0;
246+
display: inline-block;
247+
vertical-align: middle;
248+
}
221249
}
222250

223251
.product-item-actions {

0 commit comments

Comments
 (0)