23 lines
354 B
SCSS
23 lines
354 B
SCSS
@import 'leaflet/dist/leaflet.css';
|
|
|
|
// @import url('https://unpkg.com/leaflet@1.5.1/dist/leaflet.css');
|
|
.leaflet-container {
|
|
width: 100%;
|
|
height: 90%;
|
|
}
|
|
|
|
|
|
.map {
|
|
// display: flex;
|
|
padding-top: 10px;
|
|
// height: 750px;
|
|
width: 79%;
|
|
// padding-left: 20%;
|
|
float: left;
|
|
// height: 80%;
|
|
}
|
|
|
|
// .leaflet-marker-icon{
|
|
// background: red;
|
|
|
|
// } |