ADD: added APP-6 Symbols to the Map
This commit is contained in:
20
webapp/src/components/OpenSeaMap/OpenSeaMap.scss
Normal file
20
webapp/src/components/OpenSeaMap/OpenSeaMap.scss
Normal file
@@ -0,0 +1,20 @@
|
||||
@import 'leaflet/dist/leaflet.css';
|
||||
|
||||
// @import url('https://unpkg.com/leaflet@1.5.1/dist/leaflet.css');
|
||||
.leaflet-container {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
||||
.container {
|
||||
padding-top: 1%;
|
||||
height: 800px;
|
||||
width: 79%;
|
||||
padding-left: 20%;
|
||||
}
|
||||
|
||||
// .leaflet-marker-icon{
|
||||
// background: red;
|
||||
|
||||
// }
|
||||
Reference in New Issue
Block a user