File tree Expand file tree Collapse file tree 3 files changed +14
-30
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 3 files changed +14
-30
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 ,
113
+ @_dropdown-list-z-index : 101 ,
109
114
@_dropdown-toggle-icon-content : @icon-cart ,
110
115
@_dropdown-toggle-active-icon-content : @icon-cart ,
111
116
@_dropdown-list-item-padding : false,
121
126
122
127
.block-minicart {
123
128
.lib-css (padding , 25px @minicart__padding-horizontal );
124
- right : 0 ;
125
- width : 320px ;
126
- z-index : 101 ;
127
129
128
130
.block-title {
129
131
display : none ;
130
132
}
131
-
132
- & :after {
133
- left : auto ;
134
- right : 25px ;
135
- }
136
-
137
- & :before {
138
- left : auto ;
139
- right : 26px ;
140
- }
141
133
}
142
134
143
135
.product {
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 ,
116
+ @_dropdown-list-z-index : 101 ,
112
117
@_dropdown-toggle-icon-content : @icon-cart ,
113
118
@_dropdown-toggle-active-icon-content : @icon-cart ,
114
119
@_dropdown-list-item-padding : false,
124
129
125
130
.block-minicart {
126
131
.lib-css (padding , 25px @minicart__padding-horizontal );
127
- right : 0 ;
128
- width : 320px ;
129
- z-index : 101 ;
130
-
132
+
131
133
.block-title {
132
134
display : none ;
133
135
}
134
-
135
- & :after {
136
- left : auto ;
137
- right : 25px ;
138
- }
139
-
140
- & :before {
141
- left : auto ;
142
- right : 26px ;
143
- }
144
136
}
145
137
146
138
.product {
You can’t perform that action at this time.
0 commit comments