Creation de la carte WEB
This commit is contained in:
parent
2358e11cd4
commit
7047d50a75
9 changed files with 62 additions and 1133 deletions
|
|
@ -3,6 +3,14 @@ body, html {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
body > * {
|
||||
pointer-events: all;
|
||||
}
|
||||
|
||||
/* HEADER and NAV */
|
||||
|
||||
#main-header {
|
||||
|
|
@ -51,11 +59,6 @@ body, html {
|
|||
z-index: -1;
|
||||
}
|
||||
|
||||
#search-section {
|
||||
margin-left: 50px;
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.leaflet-container .leaflet-control-attribution {
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
color: white;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue