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

Issue fixed #19985 Send email confirmation popup close button area overlapping
  • Loading branch information
cedarvinda authored Dec 27, 2018
1 parent d9620c6 commit 8f4942a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,13 +146,13 @@
}

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

&:active,
&:focus {
background: transparent;
padding-right: 1rem;
padding-top: 1rem;
padding-right: @modal-popup__padding - 2;
padding-top: @modal-popup__padding - 2;
}
}
}
Expand Down

0 comments on commit 8f4942a

Please sign in to comment.