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

@@ -18,6 +18,9 @@ $fa-css-prefix: fa;
&.push {
margin-right: 0.5em;
}
&.push-left {
margin-left: 0.5em;
}
}
.control-icon {
@@ -40,6 +43,7 @@ $fa-css-prefix: fa;
.#{$fa-css-prefix}-distance:before { content: fa-content($fa-var-arrow-circle-right); }
.#{$fa-css-prefix}-elev-drop:before { content: fa-content($fa-var-arrow-circle-down); }
.#{$fa-css-prefix}-elev-gain:before { content: fa-content($fa-var-arrow-circle-up); }
.#{$fa-css-prefix}-download:before { content: fa-content($fa-var-file-download); }
/* Feed */
.#{$fa-css-prefix}-post:before { content: fa-content($fa-var-comment); }

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 {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long