File tree Expand file tree Collapse file tree 1 file changed +16
-5
lines changed
app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/module Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Original file line number Diff line number Diff line change 110
110
vertical-align : middle ;
111
111
112
112
> .stock.unavailable {
113
- border : 1px solid @color-orange-red1 ;
114
- color : @color-orange-red1 ;
115
- font-weight : @font-weight__semibold ;
116
113
line-height : 1 ;
117
- padding : @indent__s 11px ;
114
+ padding-bottom : @indent__s ;
115
+ padding-top : @indent__s ;
116
+ padding-right : 24px ;
118
117
}
119
118
}
120
119
}
424
423
}
425
424
}
426
425
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
+ //
428
439
// Desktop
429
440
// _____________________________________________
430
441
You can’t perform that action at this time.
0 commit comments