Merge pull request #18554 from overleaf/ds-v2-second-test-login-register-page

Website Redesign - Spacing fixes on login and register pages in the new design

GitOrigin-RevId: 2012a0c07ee767b666252be2a1867024848b2879
This commit is contained in:
M Fahru 2024-05-28 09:44:10 -07:00 committed by Copybot
parent d95910fc71
commit 64e231eae4
3 changed files with 8 additions and 0 deletions

View file

@ -294,11 +294,13 @@
.register-illustration {
position: absolute;
left: 80px;
top: 100px;
// for wide screen
@media (min-width: 1700px) {
position: relative;
left: unset;
top: unset;
display: flex;
align-items: center;
justify-content: center;

View file

@ -12,6 +12,12 @@
padding-top: @line-height-computed;
}
.website-redesign {
.login-register-header-focus {
padding-top: unset;
}
}
.login-register-header-heading-focus {
color: @neutral-90;
margin-bottom: 0;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 435 KiB

After

Width:  |  Height:  |  Size: 118 KiB