]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Set "login/signup" page width equal to "about" page width
[rails.git] / app / assets / stylesheets / common.scss
index 7f92b978565ecf8ee0529a51aa77f860a5ec69bb..69e82666ffbae81f4ade63bfa2197387978e0733 100644 (file)
@@ -677,7 +677,13 @@ tr.turn {
   padding: $lineheight;
 }
 
-/* Overrides for pages that use new layout conventions */
+/* Rules for login and signup pages */
+
+.sessions-new, .users-new, .users-create {
+  #content .content-inner {
+    max-width: 760px;
+  }
+}
 
 .header-illustration {
   background-position: 0 0;
@@ -895,10 +901,6 @@ div.secondary-actions {
   }
 }
 
-.auth-container {
-  max-width: 600px;
-}
-
 /* Rules for tabs inside secondary background sections */
 
 .bg-body-secondary .nav-tabs {