Skip to content

Commit 15deefa

Browse files
author
Stanislav Idolov
committed
Fixed static test failures
1 parent 9b35da9 commit 15deefa

File tree

3 files changed

+19
-12
lines changed
  • app/design/frontend/Magento

3 files changed

+19
-12
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99

1010
& when (@media-common = true) {
1111
.multicheckout {
12-
&.results, &.success {
12+
&.results,
13+
&.success {
1314
h3 {
1415
font-size: 1.6rem;
1516
margin-bottom: @indent__base;
@@ -33,7 +34,7 @@
3334

3435
.shipping-list {
3536
.shipping-item {
36-
margin-left:84px;
37+
margin-left: 84px;
3738
}
3839

3940
.shipping-label {
@@ -66,11 +67,11 @@
6667

6768
.shipping-list {
6869
.order-id {
69-
float:left;
70+
float: left;
7071
}
7172

7273
.shipping-item {
73-
margin-left:100px;
74+
margin-left: 100px;
7475
}
7576
}
7677
}

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// /**
2+
// * Copyright © Magento, Inc. All rights reserved.
3+
// * See COPYING.txt for license details.
4+
// */
5+
16
& when (@media-common = true) {
27
.box-tocart {
38
.action.instant-purchase {

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

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
& when (@media-common = true) {
1111

1212
.multicheckout {
13-
&.results, &.success {
13+
&.results,
14+
&.success {
1415
h3 {
1516
font-size: 1.6rem;
1617
margin-bottom: @indent__base;
@@ -34,7 +35,7 @@
3435

3536
.shipping-list {
3637
.shipping-item {
37-
margin-left:84px;
38+
margin-left: 84px;
3839
}
3940

4041
.shipping-label {
@@ -67,10 +68,10 @@
6768

6869
.shipping-list {
6970
.order-id {
70-
float:left;
71+
float: left;
7172
}
7273
.shipping-item {
73-
margin-left:100px;
74+
margin-left: 100px;
7475
}
7576
}
7677
}
@@ -212,8 +213,8 @@
212213
.block-content {
213214
&:extend(.abs-add-clearfix all);
214215
.title {
215-
border-bottom: none;
216-
padding-bottom: 0;
216+
border-bottom: none;
217+
padding-bottom: 0;
217218
}
218219
}
219220

@@ -450,11 +451,11 @@
450451
}
451452

452453
.col.item {
453-
width: 75%;
454+
width: 75%;
454455
}
455456
}
456457

457-
// Payment methods
458+
// Payment methods
458459
.methods-payment {
459460
.item-content > .fieldset {
460461
width: auto;

0 commit comments

Comments
 (0)