Skip to content

Commit d4ebf75

Browse files
authored
Update _minicart.less
1 parent fca6649 commit d4ebf75

File tree

1 file changed

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

1 file changed

+4
-5
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,20 +153,19 @@
153153

154154
.action {
155155
&.close {
156-
height: 40px;
156+
height: 30px;
157157
position: absolute;
158158
right: 0;
159159
top: 0;
160-
width: 40px;
160+
width: 25px;
161161
.lib-button-reset();
162162
.lib-button-icon(
163163
@icon-remove,
164164
@_icon-font-color: @minicart-icons-color,
165-
@_icon-font-size: 16px,
166-
@_icon-font-line-height: 16px,
165+
@_icon-font-size: 14px,
166+
@_icon-font-line-height: 14px,
167167
@_icon-font-text-hide: true
168168
);
169-
margin: 10px;
170169
}
171170

172171
&.showcart {

0 commit comments

Comments
 (0)