UX: minor adjustment to login/signup close position (#16488)

This commit is contained in:
Kris 2022-04-18 09:38:39 -04:00 committed by GitHub
parent 234cf65e39
commit 8f7f6280cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -45,8 +45,8 @@
border-bottom: none;
padding: 0;
position: absolute;
top: 1em;
right: 1em;
top: 0.75em;
right: 0.75em;
z-index: z("max");
}
#modal-alert {
@ -83,7 +83,7 @@
.waving-hand {
width: 35px;
height: 35px;
margin-left: 1em;
margin-left: 0.5em;
align-self: center;
}
}