]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Replace .term sprite class with .d-flex container
[rails.git] / app / assets / stylesheets / common.scss
index c7b733f2605616d583dc0d98c77081e1a012a246..71de054ce2903e8c40fd3df11336929688e3f169 100644 (file)
@@ -894,26 +894,17 @@ div.secondary-actions {
 /* Rules for the "Welcome" page */
 .site-welcome, .site-fixthemap {
   .sprite {
+    width: 50px;
+    height: 50px;
     background-image: image-url("welcome-sprite.svg");
     background-size: 500px 250px;
     display: block;
   }
 
-  .sprite.small {
-    width: 50px;
-    height: 50px;
-  }
-
   .sprite.x {
     /*rtl:ignore*/ background-position: -50px 0;
   }
 
-  .sprite.term {
-    margin-right: 10px;
-    vertical-align: middle;
-    display: inline-block;
-  }
-
   .sprite.node {
     /*rtl:ignore*/ background-position: -100px 0;
   }