geovisualisierung/projects/project-3/frontend/src/styles.scss

14 lines
282 B
SCSS
Raw Normal View History

2020-12-19 11:50:07 +01:00
html, body {
2020-12-28 10:50:58 +01:00
height: 100vh;
2020-12-19 11:50:07 +01:00
}
body {
margin: 0;
2020-12-28 10:50:58 +01:00
padding: 0;
2020-12-19 11:50:07 +01:00
font-family: Roboto, "Helvetica Neue", sans-serif;
}
2020-12-19 11:50:07 +01:00
@import "~leaflet/dist/leaflet.css";
@import "~leaflet.markercluster/dist/MarkerCluster.css";
@import "~leaflet.markercluster/dist/MarkerCluster.Default.css";