mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
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:
parent
d95910fc71
commit
64e231eae4
3 changed files with 8 additions and 0 deletions
|
@ -294,11 +294,13 @@
|
||||||
.register-illustration {
|
.register-illustration {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 80px;
|
left: 80px;
|
||||||
|
top: 100px;
|
||||||
|
|
||||||
// for wide screen
|
// for wide screen
|
||||||
@media (min-width: 1700px) {
|
@media (min-width: 1700px) {
|
||||||
position: relative;
|
position: relative;
|
||||||
left: unset;
|
left: unset;
|
||||||
|
top: unset;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
|
@ -12,6 +12,12 @@
|
||||||
padding-top: @line-height-computed;
|
padding-top: @line-height-computed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.website-redesign {
|
||||||
|
.login-register-header-focus {
|
||||||
|
padding-top: unset;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.login-register-header-heading-focus {
|
.login-register-header-heading-focus {
|
||||||
color: @neutral-90;
|
color: @neutral-90;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 435 KiB After Width: | Height: | Size: 118 KiB |
Loading…
Reference in a new issue