Skip to content

Commit e520c8b

Browse files
Added Fix for - 26181
1 parent f540160 commit e520c8b

File tree

1 file changed

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

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,14 @@
108108
.actions-primary {
109109
display: inline-block;
110110
vertical-align: middle;
111+
112+
> .stock.unavailable {
113+
line-height: 1;
114+
padding: @indent__s 11px;
115+
color: @color-orange-red1;
116+
border: 1px solid @color-orange-red1;
117+
font-weight: @font-weight__semibold;
118+
}
111119
}
112120
}
113121

0 commit comments

Comments
 (0)