]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Replace sign up and terms illustrations with SVG
[rails.git] / app / assets / stylesheets / common.scss
index c7b733f2605616d583dc0d98c77081e1a012a246..7bfe8917151666f93d67abce8486c6a6d130800e 100644 (file)
@@ -713,7 +713,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;
@@ -722,16 +722,15 @@ 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");
   }
 
   &.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");
   }
 }