Skip to content

Commit dd896d0

Browse files
authored
Update _module.less
revert miss code
1 parent 3ce830e commit dd896d0

File tree

1 file changed

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

1 file changed

+13
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,19 @@
605605
// _____________________________________________
606606

607607
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__s) {
608+
.product-info-price {
609+
margin: 0 -@indent__s 0;
610+
width: ~'calc(100% + 2*@{indent__s})' !important;
611+
612+
> *:first-child {
613+
padding-left: @indent__s;
614+
}
615+
616+
> *:last-child {
617+
padding-right: @indent__s;
618+
}
619+
}
620+
608621
.product.info.detailed {
609622
.additional-attributes-wrapper {
610623
&:extend(.abs-no-border-top all);

0 commit comments

Comments
 (0)