Add a point on map from coordinates input

This commit is contained in:
Paul Chavard 2021-07-06 15:23:55 +02:00
parent ab31087f23
commit 527db7631e
7 changed files with 126 additions and 3 deletions

View file

@ -135,6 +135,11 @@
height: 18px;
}
.icon-size-big {
width: 25px;
height: 25px;
}
.state-button {
display: inline-block;
}

View file

@ -50,6 +50,10 @@
color: $black;
}
.mt-1 {
margin-top: $default-spacer;
}
.mt-2 {
margin-top: 2 * $default-spacer;
}