File tree Expand file tree Collapse file tree 5 files changed +21
-27
lines changed
app/design/frontend/Magento
Magento_Checkout/web/css/source/module
luma/Magento_Checkout/web/css/source/module Expand file tree Collapse file tree 5 files changed +21
-27
lines changed Original file line number Diff line number Diff line change 106
106
.lib-dropdown (
107
107
@_toggle-selector : ~ ' .action.showcart' ,
108
108
@_options-selector : ~ ' .block-minicart' ,
109
+ @_dropdown-list-width : 320px ,
110
+ @_dropdown-list-position-right : 0px ,
111
+ @_dropdown-list-pointer-position : right ,
112
+ @_dropdown-list-pointer-position-left-right : 26px ,
109
113
@_dropdown-toggle-icon-content : @icon-cart ,
110
114
@_dropdown-toggle-active-icon-content : @icon-cart ,
111
115
@_dropdown-list-item-padding : false,
121
125
122
126
.block-minicart {
123
127
.lib-css (padding , 25px @minicart__padding-horizontal );
124
- right : 0 ;
125
- width : 320px ;
126
128
127
129
.block-title {
128
130
display : none ;
129
131
}
130
-
131
- & :after {
132
- left : auto ;
133
- right : 25px ;
134
- }
135
-
136
- & :before {
137
- left : auto ;
138
- right : 26px ;
139
- }
140
132
}
141
133
142
134
.product {
Original file line number Diff line number Diff line change 162
162
.lib-css (margin , 0 - (@checkout-payment-method-title-mobile__padding ));
163
163
}
164
164
165
+ .step-title {
166
+ .lib-css (padding-left , @checkout-payment-method-title-mobile__padding );
167
+ .lib-css (padding-right , @checkout-payment-method-title-mobile__padding )
168
+ }
169
+
165
170
.payment-method-title {
166
171
.lib-css (padding , @checkout-payment-method-title-mobile__padding )
167
172
}
Original file line number Diff line number Diff line change 93
93
.switcher {
94
94
border-top : 1px solid @color-gray82 ;
95
95
font-size : 1.6rem ;
96
- font-weight : 700 ;
96
+ font-weight : @font-weight__bold ;
97
97
margin : 0 ;
98
98
padding : .8rem 3.5rem .8rem 2rem ;
99
99
147
147
148
148
& .greet.welcome {
149
149
border-top : 1px solid @color-gray82 ;
150
- font-weight : 700 ;
150
+ font-weight : @font-weight__bold ;
151
151
padding : .8rem @indent__base ;
152
152
}
153
153
161
161
.lib-css (color , @navigation-level0-item__color );
162
162
.lib-css (text-decoration , @navigation-level0-item__text-decoration );
163
163
display : block ;
164
- font-weight : 700 ;
164
+ font-weight : @font-weight__bold ;
165
165
padding : .8rem @indent__base ;
166
166
}
167
167
Original file line number Diff line number Diff line change 109
109
.lib-dropdown (
110
110
@_toggle-selector : ~ ' .action.showcart' ,
111
111
@_options-selector : ~ ' .block-minicart' ,
112
+ @_dropdown-list-width : 320px ,
113
+ @_dropdown-list-position-right : 0px ,
114
+ @_dropdown-list-pointer-position : right ,
115
+ @_dropdown-list-pointer-position-left-right : 26px ,
112
116
@_dropdown-toggle-icon-content : @icon-cart ,
113
117
@_dropdown-toggle-active-icon-content : @icon-cart ,
114
118
@_dropdown-list-item-padding : false,
124
128
125
129
.block-minicart {
126
130
.lib-css (padding , 25px @minicart__padding-horizontal );
127
- right : 0 ;
128
- width : 320px ;
129
131
130
132
.block-title {
131
133
display : none ;
132
134
}
133
-
134
- & :after {
135
- left : auto ;
136
- right : 25px ;
137
- }
138
-
139
- & :before {
140
- left : auto ;
141
- right : 26px ;
142
- }
143
135
}
144
136
.product {
145
137
.actions {
Original file line number Diff line number Diff line change 162
162
.lib-css (margin , 0 - (@checkout-payment-method-title-mobile__padding ));
163
163
}
164
164
165
+ .step-title {
166
+ .lib-css (padding-left , @checkout-payment-method-title-mobile__padding );
167
+ .lib-css (padding-right , @checkout-payment-method-title-mobile__padding )
168
+ }
169
+
165
170
.payment-method-title {
166
171
.lib-css (padding , @checkout-payment-method-title-mobile__padding )
167
172
}
You can’t perform that action at this time.
0 commit comments