Skip to content

Commit f284eba

Browse files
committed
Merge branch 'fix-issue-19508' of https://github.com/speedy008/magento2 into fix-issue-19507
2 parents d6ffca7 + 17ad0df commit f284eba

File tree

1 file changed

+12
-1
lines changed
  • app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module

1 file changed

+12
-1
lines changed

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,12 @@
129129

130130
.block-minicart {
131131
.lib-css(padding, 25px @minicart__padding-horizontal);
132-
132+
&:before {
133+
right:11px;
134+
}
135+
&:after {
136+
right: 10px;
137+
}
133138
.block-title {
134139
display: none;
135140
}
@@ -417,6 +422,12 @@
417422
.block-minicart {
418423
right: -10px;
419424
width: 390px;
425+
&:before {
426+
right:17px;
427+
}
428+
&:after {
429+
right:16px;
430+
}
420431
}
421432
}
422433
.minilist .action.delete,

0 commit comments

Comments
 (0)