We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a42052 commit d9620c6Copy full SHA for d9620c6
app/design/adminhtml/Magento/backend/web/css/source/components/_modals_extend.less
@@ -146,13 +146,13 @@
146
}
147
148
.action-close {
149
- padding: @modal-popup__padding;
+ padding: 1rem;
150
151
&:active,
152
&:focus {
153
background: transparent;
154
- padding-right: @modal-popup__padding + (@modal-action-close__font-size - @modal-action-close__active__font-size) / 2;
155
- padding-top: @modal-popup__padding + (@modal-action-close__font-size - @modal-action-close__active__font-size) / 2;
+ padding-right: 1rem;
+ padding-top: 1rem;
156
157
158
0 commit comments