first commit
This commit is contained in:
commit
5d69d2cad7
15 changed files with 56893 additions and 0 deletions
28
map.css
Normal file
28
map.css
Normal file
|
@ -0,0 +1,28 @@
|
|||
.leaflet-div-icon {
|
||||
margin: 0 !important;
|
||||
width: revert !important;
|
||||
height: revert !important;
|
||||
background: none;
|
||||
border: none;
|
||||
|
||||
& span {
|
||||
--icon-size: 1.6rem;
|
||||
background: white;
|
||||
border: thin solid black;
|
||||
font-size: calc(0.7 * var(--icon-size));
|
||||
-webkit-text-stroke: 1px blue;
|
||||
border-radius: 50%;
|
||||
line-height: var(--icon-size);
|
||||
width: var(--icon-size) !important;
|
||||
height: var(--icon-size) !important;
|
||||
text-align: center;
|
||||
margin-left: calc(-0.5 * var(--icon-size)) !important;
|
||||
margin-top: calc(-0.5 * var(--icon-size)) !important;
|
||||
display: block;
|
||||
|
||||
&#current-position {
|
||||
background: black;
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue