Skip to content

Commit

Permalink
Tailwind migration: fixed HS logo alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
dkildar committed Nov 13, 2023
1 parent d7a9390 commit 97a8950
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/common/components/login/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
.user-list-body {
overflow-y: auto;
max-height: 300px;

.user-list-item {
align-items: center;
border-radius: 25px;
Expand Down Expand Up @@ -172,6 +172,7 @@

.hs-logo, .kc-logo {
height: 14px;
width: 14px;
margin-right: 6px;
}
}
Expand All @@ -182,7 +183,8 @@
}
}
}
}
.google-recaptcha{
}

.google-recaptcha {
margin: 16px 0px;
}

0 comments on commit 97a8950

Please sign in to comment.