Pushing map parameters to DB

This commit is contained in:
2021-12-20 21:27:33 +01:00
parent e384162c80
commit 0e06b0e591
14 changed files with 135 additions and 83 deletions

View File

@@ -30,19 +30,15 @@ $stroke-width-axis : 2;
}
}
.leaflet-control.spot-control, .leaflet-control .heightgraph-toggle {
.leaflet-control.spot-control, .leaflet-control.heightgraph .heightgraph-toggle {
cursor: pointer;
text-shadow: 0px 1px 1px rgba(0,0,0,0.8);
width: 44px;
height: 44px;
text-align: center;
box-shadow: none;
.fa, .heightgraph-toggle-icon {
@extend .control-icon;
}
.fa {
@extend .control-icon;
width: 100%;
}
}
@@ -85,11 +81,12 @@ $stroke-width-axis : 2;
}
.heightgraph-toggle {
height: 44px;
background: none;
.heightgraph-toggle-icon {
@extend .control-icon;
@extend .fa-elev-chart;
height: 44px;
position: static;
background: none;
}
@@ -98,10 +95,16 @@ $stroke-width-axis : 2;
.heightgraph-close-icon {
@extend .control-icon;
@extend .fa-unsubscribe;
color: #333;
background: none;
font-size: 20px;
line-height: 28px;
line-height: 26px;
width: 26px;
text-align: center;
display: none;
&:before {
width: 26px;
height: 26px;
}
}
}