Skip to content

Commit 7117ac4

Browse files
Added Changes
1 parent b87672a commit 7117ac4

File tree

1 file changed

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

1 file changed

+16
-5
lines changed

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

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,10 @@
110110
vertical-align: middle;
111111

112112
> .stock.unavailable {
113-
border: 1px solid @color-orange-red1;
114-
color: @color-orange-red1;
115-
font-weight: @font-weight__semibold;
116113
line-height: 1;
117-
padding: @indent__s 11px;
114+
padding-bottom: @indent__s;
115+
padding-top: @indent__s;
116+
padding-right: 24px;
118117
}
119118
}
120119
}
@@ -424,7 +423,19 @@
424423
}
425424
}
426425

427-
//
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+
438+
//
428439
// Desktop
429440
// _____________________________________________
430441

0 commit comments

Comments
 (0)