map: locate user and show marker
This commit is contained in:
parent
6f546bf823
commit
2c944224e3
6 changed files with 161 additions and 6 deletions
|
@ -6,6 +6,10 @@
|
|||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
button.locate-user:after {
|
||||
content: '\f2a7';
|
||||
}
|
||||
|
||||
.node-alert {
|
||||
-webkit-animation: blink 2s linear;
|
||||
-webkit-animation-iteration-count: infinite;
|
||||
|
|
|
@ -158,6 +158,10 @@ button {
|
|||
outline: none;
|
||||
}
|
||||
|
||||
button.active {
|
||||
color: #dc0067 !important;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
background: white;
|
||||
color: #dc0067;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue