Skip to content

Commit 0b412dc

Browse files
Correct code formatting
1 parent b6a7bb9 commit 0b412dc

File tree

1 file changed

+15
-15
lines changed
  • app/design/frontend/Magento/luma/Magento_InstantPurchase/web/css/source

1 file changed

+15
-15
lines changed
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
& when (@media-common = true) {
2-
.box-tocart {
3-
.action.instant-purchase {
4-
&:extend(.abs-button-l all);
5-
&:extend(.abs-button-responsive all);
2+
.box-tocart {
3+
.action.instant-purchase {
4+
&:extend(.abs-button-l all);
5+
&:extend(.abs-button-responsive all);
66

7-
&:not(:last-child) {
8-
margin-bottom: 15px;
9-
}
7+
&:not(:last-child) {
8+
margin-bottom: 15px;
9+
}
1010

11-
vertical-align: top;
11+
vertical-align: top;
12+
}
1213
}
13-
}
1414
}
1515

1616
//
1717
// Desktop
1818
// _____________________________________________
1919

2020
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
21-
.box-tocart {
22-
.action.instant-purchase {
23-
margin-bottom: 0;
24-
margin-right: 1%;
25-
width: 49%;
21+
.box-tocart {
22+
.action.instant-purchase {
23+
margin-bottom: 0;
24+
margin-right: 1%;
25+
width: 49%;
26+
}
2627
}
27-
}
2828
}

0 commit comments

Comments
 (0)