File tree Expand file tree Collapse file tree 1 file changed +5
-13
lines changed
app/design/frontend/Magento/blank/Magento_Checkout/web/css/source/module Expand file tree Collapse file tree 1 file changed +5
-13
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 {
You can’t perform that action at this time.
0 commit comments