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 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 {
Original file line number Diff line number Diff line change 9393 .switcher {
9494 border-top : 1px solid @color-gray82 ;
9595 font-size : 1.6rem ;
96- font-weight : 700 ;
96+ font-weight : @font-weight__bold ;
9797 margin : 0 ;
9898 padding : .8rem 3.5rem .8rem 2rem ;
9999
147147
148148 & .greet.welcome {
149149 border-top : 1px solid @color-gray82 ;
150- font-weight : 700 ;
150+ font-weight : @font-weight__bold ;
151151 padding : .8rem @indent__base ;
152152 }
153153
161161 .lib-css (color , @navigation-level0-item__color );
162162 .lib-css (text-decoration , @navigation-level0-item__text-decoration );
163163 display : block ;
164- font-weight : 700 ;
164+ font-weight : @font-weight__bold ;
165165 padding : .8rem @indent__base ;
166166 }
167167
Original file line number Diff line number Diff line change 109109 .lib-dropdown (
110110 @_toggle-selector : ~ ' .action.showcart' ,
111111 @_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 ,
112117 @_dropdown-toggle-icon-content : @icon-cart ,
113118 @_dropdown-toggle-active-icon-content : @icon-cart ,
114119 @_dropdown-list-item-padding : false,
124129
125130 .block-minicart {
126131 .lib-css (padding , 25px @minicart__padding-horizontal );
127- right : 0 ;
128- width : 320px ;
129- z-index : 101 ;
130-
132+
131133 .block-title {
132134 display : none ;
133135 }
134-
135- & :after {
136- left : auto ;
137- right : 25px ;
138- }
139-
140- & :before {
141- left : auto ;
142- right : 26px ;
143- }
144136 }
145137
146138 .product {
You can’t perform that action at this time.
0 commit comments