Adding elevation chart

This commit is contained in:
2019-02-14 22:59:32 +01:00
parent 1b4f0f5b17
commit 0617aac091
14 changed files with 1001 additions and 92 deletions

View File

@@ -68,15 +68,9 @@
/* Replace Layers image with font awesome icon */
.leaflet-control-layers-toggle {
font-size: 28px;
text-align: center;
line-height: 44px;
text-decoration: none;
color: #999;
text-shadow: 0px 1px 1px rgba(0,0,0,0.8);
background: none;
@extend .fa;
@extend .control-icon;
@extend .fa-layers;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
}
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {