Skip to content

Commit 365606f

Browse files
authored
Forwardport of PR-13750
1 parent a228cb5 commit 365606f

File tree

1 file changed

+5
-13
lines changed
  • app/design/frontend/Magento/blank/Magento_Checkout/web/css/source/module

1 file changed

+5
-13
lines changed

app/design/frontend/Magento/blank/Magento_Checkout/web/css/source/module/_minicart.less

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,11 @@
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,
@@ -121,23 +126,10 @@
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 {

0 commit comments

Comments
 (0)