alerts: Fix vertical alignment of "x" button.

This commit fixes the vertical alignment of "x" button in the
alert to be more closer to the center. We can still improve it
by probably using something like flexbox layout instead of
hard coding paddings or margins.
This commit is contained in:
Sahil Batra 2023-05-24 17:19:11 +05:30 committed by Tim Abbott
parent 7f4f905ec8
commit 200d43d4cd
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ $alert-error-red: hsl(0deg 80% 40%);
.exit {
float: right;
margin: -10px -50px -10px 0;
padding: 10px;
padding: 13px 10px;
font-size: 2.5em;
font-weight: 300;