Add GPX file download

This commit is contained in:
2020-01-02 14:57:02 +01:00
parent 1cf03b6d15
commit 502147cb0f
6 changed files with 19 additions and 4 deletions

View File

@@ -106,6 +106,14 @@ $legend-color: #222;
&.leaflet-control-layers-expanded {
color: $legend-color;
width: calc(100% - 2em - 16px);
a.fa-download {
color: $legend-color;
&:hover {
color: #0078A8;
}
}
}
&.leaflet-control-scale {