Skip to content

Commit 4c545f2

Browse files
Added Changes
1 parent 6a7179a commit 4c545f2

File tree

1 file changed

+6
-19
lines changed
  • app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/module

1 file changed

+6
-19
lines changed

app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/module/_listings.less

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,6 @@
108108
.actions-primary {
109109
display: inline-block;
110110
vertical-align: middle;
111-
112-
> .stock.unavailable {
113-
line-height: 1;
114-
padding-bottom: @indent__s;
115-
padding-right: 24px;
116-
padding-top: @indent__s;
117-
}
118111
}
119112
}
120113

@@ -286,6 +279,12 @@
286279
}
287280
}
288281
}
282+
283+
.product-item-actions {
284+
.actions-primary {
285+
display: block;
286+
}
287+
}
289288
}
290289

291290
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__s) {
@@ -423,18 +422,6 @@
423422
}
424423
}
425424

426-
//
427-
// Mobile
428-
// _____________________________________________
429-
430-
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__s) {
431-
.product-item-actions {
432-
.actions-primary {
433-
display: block;
434-
}
435-
}
436-
}
437-
438425
//
439426
// Desktop
440427
// _____________________________________________

0 commit comments

Comments
 (0)