Merge branch 'pull/4793'

This commit is contained in:
Anton Khorev 2024-07-06 14:18:50 +03:00
commit e3c9192758
10 changed files with 4242 additions and 4239 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 44 KiB

View file

@ -680,7 +680,7 @@ tr.turn {
/* Overrides for pages that use new layout conventions */
.header-illustration {
background-position: 0 0;
background-position: right;
background-repeat: no-repeat;
position: relative;
min-height: 200px;
@ -689,16 +689,16 @@ tr.turn {
bottom: 0;
&.new-user-main {
background-image: image-url("sign-up-illustration.png");
background-position-x: 50px;
background-image: image-url("sign-up-illustration.svg");
background-position-x: 70px;
}
&.confirm-main {
background-image: image-url("confirm-illustration.png");
background-image: image-url("confirm-illustration.svg");
}
&.new-user-terms {
background-image: image-url("terms-illustration.png");
background-image: image-url("terms-illustration.svg");
}
}

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 49 KiB

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 63 KiB

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 61 KiB