]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Inline welcome/fixthemap sprites
[rails.git] / app / assets / stylesheets / common.scss
index 605f4f077efd3d7eabe5fb0ad7d30f97f5139689..7c216ad4b861a7c9bf2c92efe92bb61e72b868dc 100644 (file)
@@ -876,45 +876,6 @@ div.secondary-actions {
   }
 }
 
-/* Rules for the "Welcome" and "Fix the map" pages */
-
-.site-welcome, .site-fixthemap {
-  .sprite {
-    width: 50px;
-    height: 50px;
-    background-image: image-url("welcome-sprite.svg");
-    background-size: 400px 50px;
-  }
-
-  .sprite.x {
-    /*rtl:ignore*/ background-position: -50px 0;
-  }
-
-  .sprite.node {
-    /*rtl:ignore*/ background-position: -100px 0;
-  }
-
-  .sprite.way {
-    /*rtl:ignore*/ background-position: -150px 0;
-  }
-
-  .sprite.tag {
-    /*rtl:ignore*/ background-position: -200px 0;
-  }
-
-  .sprite.editor {
-    /*rtl:ignore*/ background-position: -250px 0;
-  }
-
-  .sprite.question {
-    /*rtl:ignore*/ background-position: -300px 0;
-  }
-
-  .sprite.rules {
-    /*rtl:ignore*/ background-position: -350px 0;
-  }
-}
-
 /* Rules for the "About" page */
 
 .site-about #content {