width: 200px;
height: 100%;
background: white;
+}
- .leaflet-container {
- width: 100%;
- height: 50px;
+.layers-ui {
+ section {
+ border-top: 1px solid #868e85;
+ padding: 15px;
+ }
+
+ li {
+ margin-bottom: 10px;
+ }
+
+ label {
+ border-radius: 4px;
+ display: block;
+ padding: 5px;
+ background-color: #868e85;
+ }
+
+ li.active label {
+ background-color: #68c879;
+ }
+
+ .base-layers {
+ label {
+ border-radius: 0px 0px 4px 4px;
+ }
+
+ .leaflet-container {
+ border-radius: 4px 4px 0px 0px;
+ width: 100%;
+ height: 50px;
+ cursor: pointer;
+ }
}
}