Skip to content

Commit

Permalink
Issue fixed #19985 Send email confirmation popup close button area ov…
Browse files Browse the repository at this point in the history
…erlapping to content

Issue fixed #19985 Send email confirmation popup close button area overlapping to content
cedarvinda authored Dec 27, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 3a42052 commit d9620c6
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -146,13 +146,13 @@
}

.action-close {
padding: @modal-popup__padding;
padding: 1rem;

&:active,
&:focus {
background: transparent;
padding-right: @modal-popup__padding + (@modal-action-close__font-size - @modal-action-close__active__font-size) / 2;
padding-top: @modal-popup__padding + (@modal-action-close__font-size - @modal-action-close__active__font-size) / 2;
padding-right: 1rem;
padding-top: 1rem;
}
}
}

0 comments on commit d9620c6

Please sign in to comment.