]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Layers work
[rails.git] / app / assets / stylesheets / common.css.scss
index dd29b813dfbec0b0a31a6c155d306909ee5d4b33..6ce66b665f55247281463651af94cb01afffc641 100644 (file)
@@ -569,10 +569,37 @@ a.donate {
   width: 200px;
   height: 100%;
   background: white;
+}
 
-  .leaflet-container {
-    width: 100%;
-    height: 50px;
+.layers-ui {
+  section {
+    border-top: 1px solid #868e85;
+    padding: 15px;
+  }
+
+  li {
+    border-radius: 4px;
+    overflow: hidden;
+    margin-bottom: 10px;
+  }
+
+  label {
+    display: block;
+    padding: 5px;
+    background-color: #868e85;
+    cursor: pointer;
+  }
+
+  li.active label {
+    background-color: #68c879;
+  }
+
+  .base-layers {
+    .leaflet-container {
+      width: 100%;
+      height: 50px;
+      cursor: pointer;
+    }
   }
 }