File tree 4 files changed +11
-16
lines changed
app/design/frontend/Magento/blank
Magento_Checkout/web/css/source/module/checkout
Magento_Sales/web/css/source
4 files changed +11
-16
lines changed Original file line number Diff line number Diff line change 180
180
.lib-css (margin , 0 - (@checkout-payment-option-title-mobile__padding ));
181
181
182
182
.payment-option-title {
183
- .lib-css (padding , @checkout-payment-option-title-mobile__padding )
183
+ .lib-css (padding , @checkout-payment-option-title-mobile__padding );
184
184
}
185
185
186
186
.payment-option-content {
Original file line number Diff line number Diff line change 164
164
165
165
.step-title {
166
166
.lib-css (padding-left , @checkout-payment-method-title-mobile__padding );
167
- .lib-css (padding-right , @checkout-payment-method-title-mobile__padding )
167
+ .lib-css (padding-right , @checkout-payment-method-title-mobile__padding );
168
168
}
169
169
170
170
.payment-method-title {
171
- .lib-css (padding , @checkout-payment-method-title-mobile__padding )
171
+ .lib-css (padding , @checkout-payment-method-title-mobile__padding );
172
172
}
173
173
174
174
.payment-method-content {
209
209
.fieldset {
210
210
> .field {
211
211
margin : 0 0 @indent__base ;
212
-
212
+
213
213
& .choice {
214
214
& :before {
215
215
padding : 0 ;
Original file line number Diff line number Diff line change 67
67
}
68
68
}
69
69
70
- // Remove address and phone number link color on iOS
71
- .email-non-inline () {
72
- .address-details a {
73
- & :extend(.no-link a );
74
- }
75
- }
76
-
77
70
.media-width (@extremum , @break ) when (@extremum = ' max' ) and (@break = @screen__xs ) {
78
71
// Stack columns
79
72
.order-details {
131
124
> tr {
132
125
> th ,
133
126
> td {
134
- background-color : @color-gray95
127
+ background-color : @color-gray95 ;
135
128
}
136
129
}
137
130
}
244
237
.email-items {
245
238
.lib-table-overflow ();
246
239
}
240
+
241
+ // Remove address and phone number link color on iOS
242
+ .address-details a {
243
+ & :extend(.no-link a );
244
+ }
247
245
}
Original file line number Diff line number Diff line change 125
125
}
126
126
127
127
.page-layout-2columns-left {
128
- .main {
129
- padding-left : @layout-column__additional-sidebar-offset
130
- }
131
-
132
128
.sidebar-additional {
133
129
clear : left ;
134
130
float : left ;
135
131
padding-left : 0 ;
132
+ padding-right : @layout-column__additional-sidebar-offset ;
136
133
}
137
134
}
138
135
You can’t perform that action at this time.
0 commit comments