Skip to content

Commit 2dd2c77

Browse files
Correct code formatting
1 parent da4584b commit 2dd2c77

File tree

5 files changed

+11
-0
lines changed

5 files changed

+11
-0
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
}

0 commit comments

Comments
 (0)