File tree Expand file tree Collapse file tree 1 file changed +28
-1
lines changed
app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/products Expand file tree Collapse file tree 1 file changed +28
-1
lines changed Original file line number Diff line number Diff line change 217
217
}
218
218
219
219
.product-reviews-summary {
220
- margin-bottom : 15px ;
220
+ margin-bottom : @indent__s + @indent__xs ;
221
+
222
+ .reviews-actions {
223
+ display : inline-block ;
224
+ font-size : @font-size__s ;
225
+ margin-top : 5px ;
226
+ vertical-align : middle ;
227
+
228
+ a :not (:last-child ) {
229
+ margin-right : 30px ;
230
+ }
231
+ .action.add {
232
+ white-space : nowrap ;
233
+ }
234
+ }
235
+
236
+ .rating-summary {
237
+ .lib-rating-summary (
238
+ @_icon-font : ' luma-icons' ,
239
+ @_icon-font-size : 16px ,
240
+ @_icon-letter-spacing : 2px
241
+ );
242
+ .lib-rating-summary-label-hide ();
243
+
244
+ display : inline-block ;
245
+ margin : 0 4px 0 0 ;
246
+ vertical-align : middle ;
247
+ }
221
248
}
222
249
223
250
.product-item-actions {
You can’t perform that action at this time.
0 commit comments