2019-01-17 12:48:09 +00:00
|
|
|
@import "../../node_modules/leaflet/dist/leaflet.css";
|
2019-01-17 14:07:31 +00:00
|
|
|
@import "../../node_modules/leaflet-fullscreen/dist/leaflet.fullscreen.css";
|
2019-01-17 13:56:25 +00:00
|
|
|
|
2019-01-17 14:13:22 +00:00
|
|
|
html, body { font-size: 100%; }
|
|
|
|
body {
|
|
|
|
font-family: sans-serif;
|
|
|
|
margin: 0; padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
header {
|
|
|
|
text-align: center;
|
|
|
|
z-index: 100;
|
|
|
|
}
|
|
|
|
h1 {
|
|
|
|
display: inline-block;
|
|
|
|
margin-top: 0; padding: 0.25em 0.45em;
|
|
|
|
|
|
|
|
background: rgba(255, 255, 255, 0.5);
|
|
|
|
border-radius: 0 0 0.25em 0.25em;
|
|
|
|
}
|
|
|
|
|
2019-01-17 13:56:25 +00:00
|
|
|
main {
|
|
|
|
position: absolute;
|
|
|
|
top: 0; bottom: 0; left: 0; right: 0;
|
2019-01-17 14:13:22 +00:00
|
|
|
|
|
|
|
z-index: -100;
|
2019-01-17 13:56:25 +00:00
|
|
|
}
|