File tree Expand file tree Collapse file tree 1 file changed +29
-1
lines changed
app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/products Expand file tree Collapse file tree 1 file changed +29
-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
+ 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
+ }
221
249
}
222
250
223
251
.product-item-actions {
You can’t perform that action at this time.
0 commit comments