Skip to content

Commit

Permalink
ENGCOM-3970: [Backport] Issue fixed #19985 Send email confirmation po…
Browse files Browse the repository at this point in the history
…pup close button area ov… #20541
  • Loading branch information
sivaschenko authored Jan 26, 2019
2 parents 31af010 + 07b5bbd commit e1288fb
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: @modal-popup__padding;
padding: @modal-popup__padding - 2;

&: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: @modal-popup__padding - 2;
padding-top: @modal-popup__padding - 2;
}
}
}
Expand Down

0 comments on commit e1288fb

Please sign in to comment.