File tree Expand file tree Collapse file tree 3 files changed +33
-3
lines changed
code/Magento/Checkout/view/frontend/web/template/payment-methods
blank/Magento_Checkout/web/css/source/module/checkout
luma/Magento_Checkout/web/css/source/module/checkout Expand file tree Collapse file tree 3 files changed +33
-3
lines changed Original file line number Diff line number Diff line change 6
6
-->
7
7
< div if ="isPaymentMethodsAvailable() "
8
8
class ="items payment-methods ">
9
- < div repeat ="foreach: paymentGroupsList, item: '$group' ">
9
+ < div repeat ="foreach: paymentGroupsList, item: '$group' "
10
+ class ="payment-methods-list ">
10
11
< div if ="getRegion($group().displayArea)().length "
11
12
translate ="getGroupTitle($group) "
12
13
class ="step-title "
Original file line number Diff line number Diff line change 25
25
.checkout-payment-method {
26
26
.step-title {
27
27
margin-bottom : 0 ;
28
+ border-bottom : 0 ;
28
29
}
29
30
30
31
.payment-method {
39
40
display : block ;
40
41
}
41
42
}
43
+
44
+ & + .payment-method {
45
+ .payment-method-title {
46
+ .lib-css (border-top , @checkout-payment-method-title__border );
47
+ }
48
+ }
42
49
}
43
50
44
51
.payment-method-content {
54
61
}
55
62
56
63
.payment-method-title {
57
- .lib-css (border-top , @checkout-payment-method-title__border );
58
64
.lib-css (padding , @checkout-payment-method-title__padding 0 );
59
65
margin : 0 ;
60
66
80
86
}
81
87
}
82
88
89
+ .payment-methods-list {
90
+ & + .payment-methods-list {
91
+ .step-title {
92
+ margin : @indent__base 0 0 ;
93
+ }
94
+ }
95
+ }
96
+
83
97
.field-select-billing ,
84
98
.billing-address-form {
85
99
.lib-css (max-width , @checkout-billing-address-form__max-width );
Original file line number Diff line number Diff line change 25
25
.checkout-payment-method {
26
26
.step-title {
27
27
margin-bottom : 0 ;
28
+ border-bottom : 0 ;
28
29
}
29
30
30
31
.payment-method {
39
40
display : block ;
40
41
}
41
42
}
43
+
44
+ & + .payment-method {
45
+ .payment-method-title {
46
+ .lib-css (border-top , @checkout-payment-method-title__border );
47
+ }
48
+ }
49
+
42
50
}
43
51
44
52
.payment-method-content {
54
62
}
55
63
56
64
.payment-method-title {
57
- .lib-css (border-top , @checkout-payment-method-title__border );
58
65
.lib-css (padding , @checkout-payment-method-title__padding 0 );
59
66
margin : 0 ;
60
67
80
87
}
81
88
}
82
89
90
+ .payment-methods-list {
91
+ & + .payment-methods-list {
92
+ .step-title {
93
+ margin : @indent__base 0 0 ;
94
+ }
95
+ }
96
+ }
97
+
83
98
.field-select-billing ,
84
99
.billing-address-form {
85
100
.lib-css (max-width , @checkout-billing-address-form__max-width );
You can’t perform that action at this time.
0 commit comments