Skip to content

Commit 08e0aac

Browse files
author
Stanislav Idolov
authored
ENGCOM-2101: [Forwardport] [Correct code formatting] #16321
2 parents a0f04c7 + 0cb6d7e commit 08e0aac

File tree

8 files changed

+408
-389
lines changed

8 files changed

+408
-389
lines changed

app/design/frontend/Magento/blank/Magento_Checkout/web/css/source/module/checkout/_authentication.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
padding: @block-auth__dropdown__padding;
2626
}
2727
}
28+
2829
.authentication-wrapper {
2930
float: right;
3031
margin-top: -1.5*@indent__xl;

app/design/frontend/Magento/blank/Magento_Checkout/web/css/source/module/checkout/_payment-options.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@
198198
.payment-option-title {
199199
.lib-css(padding-left, @checkout-payment-option-content__padding__xl);
200200
}
201+
201202
.payment-option-content {
202203
.payment-option-inner {
203204
+ .actions-toolbar {

app/design/frontend/Magento/blank/Magento_Checkout/web/css/source/module/checkout/_shipping.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@
188188
}
189189
}
190190
}
191+
191192
.row-error {
192193
td {
193194
border-top: none;
@@ -285,6 +286,7 @@
285286
.lib-css(max-width, @checkout-shipping-address__max-width);
286287
}
287288
}
289+
288290
.table-checkout-shipping-method {
289291
width: auto;
290292
}
@@ -324,6 +326,7 @@
324326
}
325327
}
326328
}
329+
327330
.table-checkout-shipping-method {
328331
min-width: 500px;
329332
}

app/design/frontend/Magento/blank/Magento_GiftRegistry/web/css/source/_module.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
.actions-toolbar:not(:last-child) {
1616
margin-bottom: @indent__xl;
1717
}
18+
1819
.fieldset {
1920
.nested {
2021
.field:not(.choice) {

app/design/frontend/Magento/blank/Magento_Multishipping/web/css/source/_module.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,24 @@
3535
.shipping-item {
3636
margin-left:84px;
3737
}
38+
3839
.shipping-label {
3940
font-weight: @font-weight__bold;
4041
margin-right: @indent__s;
4142
}
43+
4244
.shipping-address {
4345
font-weight: @font-weight__regular;
4446
}
47+
4548
.error-block {
4649
color: @color-red10;
4750

4851
.error-label {
4952
font-weight: @font-weight__bold;
5053
margin-right: @indent__s;
5154
}
55+
5256
.error-description {
5357
font-weight: @font-weight__regular;
5458
}
@@ -64,6 +68,7 @@
6468
.order-id {
6569
float:left;
6670
}
71+
6772
.shipping-item {
6873
margin-left:100px;
6974
}

app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/checkout/_shipping.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@
296296
}
297297
}
298298
}
299+
299300
.opc-wrapper {
300301
.form-login,
301302
.form-shipping-address {
@@ -307,6 +308,7 @@
307308
padding-bottom: @indent__base;
308309
}
309310
}
311+
310312
.table-checkout-shipping-method {
311313
width: auto;
312314
}
@@ -346,6 +348,7 @@
346348
}
347349
}
348350
}
351+
349352
.table-checkout-shipping-method {
350353
min-width: 500px;
351354
}
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)