]> git.openstreetmap.org Git - rails.git/commitdiff
Restore previous position of signup background
authorAnton Khorev <tony29@yandex.ru>
Sat, 6 Jul 2024 11:17:58 +0000 (14:17 +0300)
committerAnton Khorev <tony29@yandex.ru>
Sat, 6 Jul 2024 11:17:58 +0000 (14:17 +0300)
The new image is cropped differently, resulting in a different background-position-x value.

app/assets/stylesheets/common.scss

index 7bfe8917151666f93d67abce8486c6a6d130800e..9684f5d436a5dd900bcc5b5edb7bbb6d3969a187 100644 (file)
@@ -723,6 +723,7 @@ tr.turn {
 
   &.new-user-main {
     background-image: image-url("sign-up-illustration.svg");
 
   &.new-user-main {
     background-image: image-url("sign-up-illustration.svg");
+    background-position-x: 70px;
   }
 
   &.confirm-main {
   }
 
   &.confirm-main {