forked from BLC/sgeUpdated
git-subtree-dir: sge-frontend git-subtree-mainline:876c278ac4git-subtree-split:5fa787e054
13 lines
179 B
CSS
13 lines
179 B
CSS
.leaflet-container {
|
|
width: 100%;
|
|
height: 100vh;
|
|
}
|
|
|
|
.tooltip {
|
|
color: black;
|
|
font-weight: 800;
|
|
background-color: white;
|
|
border: 0;
|
|
border-radius: 5px;
|
|
}
|