mirror of https://github.com/zulip/zulip.git
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:
parent
7f4f905ec8
commit
200d43d4cd
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue