From: Anton Khorev Date: Sat, 6 Jul 2024 11:17:58 +0000 (+0300) Subject: Restore previous position of signup background X-Git-Tag: live~408^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/12ac6f8f27dfe63d9674fba54862db13a9e6d89a?hp=-c Restore previous position of signup background The new image is cropped differently, resulting in a different background-position-x value. --- 12ac6f8f27dfe63d9674fba54862db13a9e6d89a diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 7bfe89171..9684f5d43 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -723,6 +723,7 @@ tr.turn { &.new-user-main { background-image: image-url("sign-up-illustration.svg"); + background-position-x: 70px; } &.confirm-main {