Add GPX file download

This commit is contained in:
2020-01-02 14:57:02 +01:00
parent 1d7e9d10c0
commit 6e12c44f54
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 {