]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Inline svg sprites on about page
[rails.git] / app / assets / stylesheets / common.scss
index 4b7380ffcc8aef2fd8d2aa035338a312ce7a1ef9..757da56fec30f495a332f758b87eb6ebfb5c1cf7 100644 (file)
@@ -887,37 +887,6 @@ div.secondary-actions {
       margin-left: -1em;
     }
   }
       margin-left: -1em;
     }
   }
-
-  .icon {
-    width: 30px;
-    height: 30px;
-    background: 40px 40px image-url('about/sprite.png') no-repeat;
-
-    &.local {
-      /*rtl:ignore*/
-      background-position: 0px 0px;
-    }
-    &.community {
-      /*rtl:ignore*/
-      background-position: 0px -40px;
-    }
-    &.open {
-      /*rtl:ignore*/
-      background-position: 0px -80px;
-    }
-    &.partners {
-      /*rtl:ignore*/
-      background-position: 0px -120px;
-    }
-    &.infringement {
-      /*rtl:ignore*/
-      background-position: 0px -160px;
-    }
-    &.legal {
-      /*rtl:ignore*/
-      background-position: -45px -160px;
-    }
-  }
 }
 
 .auth-container {
 }
 
 .auth-container {