]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Re-introduce additional round trip for verifying auth_provider
[rails.git] / app / assets / stylesheets / common.scss
index c3f71438988c252f5f7ef160ef8ddd513e473f24..a7d07e74e92ed8179f8de323e427785a25efaa68 100644 (file)
@@ -726,6 +726,7 @@ tr.turn {
 
   &.new-user-main {
     background-image: image-url("sign-up-illustration.png");
+    background-position-x: 50px;
   }
 
   &.confirm-main {
@@ -735,17 +736,6 @@ tr.turn {
   &.new-user-terms {
     background-image: image-url("terms-illustration.png");
   }
-
-  &.new-user-arm {
-    height: 110px;
-    width: 130px;
-    left: 280px;
-    top: 180px;
-    background-image: image-url("sign-up-illustration-arm.png");
-    position: absolute;
-    z-index: 100;
-    pointer-events: none;
-  }
 }
 
 [dir=rtl] .header-illustration {
@@ -1018,6 +1008,10 @@ div.secondary-actions {
   }
 }
 
+.auth-container {
+  max-width: 600px;
+}
+
 /* Rules for tabs inside secondary background sections */
 
 .bg-body-secondary .nav-tabs {