]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Drop redundant parameters from user list form
[rails.git] / app / assets / stylesheets / common.scss
index a2e54ec6d65af67471a541eda2ac1eb654cd38c8..3ba484cd5c10745a407f30920ded6f222ff475a6 100644 (file)
@@ -351,6 +351,7 @@ body.small-nav {
       display: block;
     }
 
+    .sidebar-close-controls,
     #sidebar_loader,
     #sidebar_content {
       display: none;
@@ -589,22 +590,6 @@ header .search_forms,
 
 /* Rules for routing */
 
-div.direction {
-  background-image: image-url('routing-sprite.svg');
-  width: 20px;
-  height: 20px;
-  background-repeat: no-repeat;
-}
-@for $i from 0 through 25 {
-div.direction.i#{$i} { background-position: #{($i)*-20}px 0px; }
-}
-
-@include color-mode(dark) {
-  div.direction {
-    filter: invert(1);
-  }
-}
-
 td.distance {
     font-size: x-small;
 }
@@ -1004,3 +989,7 @@ img.trace_image {
     }
   }
 }
+
+.heatmap-wrapper {
+  height: 130px;
+}