Files
sgeUpdated/sge-frontend/src/components/leaflet.css
Khaled Elagamy 85f1847070 Add 'sge-frontend/' from commit '5fa787e054b25ac53edc7ff0275ea7960a709401'
git-subtree-dir: sge-frontend
git-subtree-mainline: 876c278ac4
git-subtree-split: 5fa787e054
2025-08-04 00:27:23 +03:00

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;
}