Replace Leaftlet Elevation with HeightGraph

This commit is contained in:
2020-04-20 11:57:53 +02:00
parent 0c5edb862b
commit ead9cf3a49
15 changed files with 359 additions and 957 deletions

View File

@@ -192,21 +192,6 @@ $legend-color: $post-color;
}
}
#post-button, #settings-button {
cursor: pointer;
text-shadow: 0px 1px 1px rgba(0,0,0,0.8);
width: 44px;
text-align: center;
&:hover .fa {
color: white;
}
.fa {
color: #CCC;
@extend .control-icon;
}
}
#post-button .fa {
@extend .fa-post;
}