From 8f7f6280cb6ae02fa08b25a6696d68f0d5ca85d6 Mon Sep 17 00:00:00 2001 From: Kris Date: Mon, 18 Apr 2022 09:38:39 -0400 Subject: [PATCH] UX: minor adjustment to login/signup close position (#16488) --- app/assets/stylesheets/common/base/login.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/common/base/login.scss b/app/assets/stylesheets/common/base/login.scss index a2110020bec..f5cfd93f8c9 100644 --- a/app/assets/stylesheets/common/base/login.scss +++ b/app/assets/stylesheets/common/base/login.scss @@ -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; } }