FIX: Login UI Fixes (#12034)

This commit adjusts the height of the left side of the login modal, and changes the scroll gradient positioning.
This commit is contained in:
Jordan Vidrine 2021-02-10 19:32:44 -06:00 committed by GitHub
parent f188091a55
commit 47574e5985
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -108,6 +108,7 @@
&.has-alt-auth { &.has-alt-auth {
min-width: 700px; min-width: 700px;
.login-left-side { .login-left-side {
align-self: stretch;
width: calc(60% - 4em); width: calc(60% - 4em);
padding: 1em 2em; padding: 1em 2em;
} }
@ -278,7 +279,7 @@
); );
} }
&:before { &:before {
top: calc(8em + 4px); top: 7.85em;
background-image: linear-gradient( background-image: linear-gradient(
to top, to top,
rgba(var(--secondary-rgb), 0), rgba(var(--secondary-rgb), 0),