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 106106 .lib-dropdown (
107107 @_toggle-selector : ~ ' .action.showcart' ,
108108 @_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 ,
109114 @_dropdown-toggle-icon-content : @icon-cart ,
110115 @_dropdown-toggle-active-icon-content : @icon-cart ,
111116 @_dropdown-list-item-padding : false,
121126
122127 .block-minicart {
123128 .lib-css (padding , 25px @minicart__padding-horizontal );
124- right : 0 ;
125- width : 320px ;
126- z-index : 101 ;
127129
128130 .block-title {
129131 display : none ;
130132 }
131-
132- & :after {
133- left : auto ;
134- right : 25px ;
135- }
136-
137- & :before {
138- left : auto ;
139- right : 26px ;
140- }
141133 }
142134
143135 .product {
You can’t perform that action at this time.
0 commit comments