Skip to content

Commit df3ca68

Browse files
authored
ENGCOM-3847: Issue fixed #19985 Send email confirmation popup close button area ov… #19986
2 parents 6457701 + 03b586f commit df3ca68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/design/adminhtml/Magento/backend/web/css/source/components/_modals_extend.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,13 +146,13 @@
146146
}
147147

148148
.action-close {
149-
padding: @modal-popup__padding;
149+
padding: @modal-popup__padding - 2;
150150

151151
&:active,
152152
&:focus {
153153
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;
154+
padding-right: @modal-popup__padding - 2;
155+
padding-top: @modal-popup__padding - 2;
156156
}
157157
}
158158
}

0 commit comments

Comments
 (0)