File tree Expand file tree Collapse file tree 1 file changed +6
-14
lines changed
app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module Expand file tree Collapse file tree 1 file changed +6
-14
lines changed 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