Feature/map modify

This commit is contained in:
2024-10-12 06:57:10 +00:00
committed by AmirHossein Mahmoodi
parent c025eb26e7
commit 12e73ee502
17 changed files with 385 additions and 28 deletions

View File

@@ -0,0 +1,28 @@
.leaflet-draw-tooltip {
background-color: #4f4f4f;
font-family: IRANSans;
color: #fff;
font-size: 10px;
padding: 2px 8px;
margin-right: 15px;
border-radius: 4px;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.leaflet-draw-tooltip:before {
content: "";
position: absolute;
bottom: 100%;
left: 103%;
transform: rotate(90deg);
margin-left: -6px;
border-width: 6px;
border-style: solid;
border-color: transparent transparent #333 transparent;
}
.leaflet-draw-tooltip-subtext {
font-size: 12px;
color: #ffeb3b;
}