Add a point on map from coordinates input
This commit is contained in:
parent
ab31087f23
commit
527db7631e
7 changed files with 126 additions and 3 deletions
|
@ -135,6 +135,11 @@
|
|||
height: 18px;
|
||||
}
|
||||
|
||||
.icon-size-big {
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
}
|
||||
|
||||
.state-button {
|
||||
display: inline-block;
|
||||
}
|
||||
|
|
|
@ -50,6 +50,10 @@
|
|||
color: $black;
|
||||
}
|
||||
|
||||
.mt-1 {
|
||||
margin-top: $default-spacer;
|
||||
}
|
||||
|
||||
.mt-2 {
|
||||
margin-top: 2 * $default-spacer;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue