From 97a8950f1fefe30226e11528679f206e8ea66b08 Mon Sep 17 00:00:00 2001 From: "ildar.timerbaev" Date: Mon, 13 Nov 2023 23:59:01 +0600 Subject: [PATCH] Tailwind migration: fixed HS logo alignment --- src/common/components/login/_index.scss | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/common/components/login/_index.scss b/src/common/components/login/_index.scss index eed5737ea35..125ce82337d 100644 --- a/src/common/components/login/_index.scss +++ b/src/common/components/login/_index.scss @@ -49,7 +49,7 @@ .user-list-body { overflow-y: auto; max-height: 300px; - + .user-list-item { align-items: center; border-radius: 25px; @@ -172,6 +172,7 @@ .hs-logo, .kc-logo { height: 14px; + width: 14px; margin-right: 6px; } } @@ -182,7 +183,8 @@ } } } -} -.google-recaptcha{ +} + +.google-recaptcha { margin: 16px 0px; } \ No newline at end of file