summaryrefslogtreecommitdiff
path: root/map.scss
blob: fd769c7e9384f62965341fbf6d0474ce79e22340 (plain)
  1. @import 'h5bp/helpers';
  2. @import 'partials/leaflet';
  3. body {
  4. margin:0;
  5. padding:0;
  6. }
  7. // keep headline above map, besides branding
  8. h1 {
  9. z-index: 1;
  10. position: absolute;
  11. left: 222px; // match branding (20+202)
  12. margin: 20px; // match branding (20)
  13. }
  14. #content {
  15. z-index: -1; // keep branding visible
  16. position:absolute;
  17. top:0;
  18. bottom:0;
  19. width:100%;
  20. max-width: 100%; // override local styling
  21. margin: 0;
  22. }
  23. .leaflet-control-scale {
  24. text-align: center;
  25. }
  26. .leaflet-left .leaflet-control {
  27. margin-left: 20px; // match branding
  28. }
  29. .leaflet-left .leaflet-control {
  30. margin-top: 96px; // match branding (20+56+20)
  31. }
  32. .topbar {
  33. display: inline-block; // avoid shadowing across whole viewport
  34. background-color: unset; // override local styling
  35. }
  36. // override local styling
  37. .pageheader,
  38. .topbar ul,
  39. .sidebar,
  40. .farbar,
  41. #footer {
  42. @include h5bp-hidden;
  43. }