infor annotations

This commit is contained in:
2025-12-13 14:09:20 +05:00
parent 4b0722787e
commit 378a8727e2
6 changed files with 87 additions and 13 deletions

View File

@@ -125,6 +125,30 @@
color: #F59E0B;
}
/* Info marker icon */
.custom-info-marker {
background: transparent !important;
border: none !important;
}
.info-marker-icon {
width: 20px;
height: 20px;
display: flex;
align-items: center;
justify-content: center;
background: white;
border-radius: 50%;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
border: 2px solid #6366F1;
color: #6366F1;
}
.dark .info-marker-icon {
background: rgb(31, 41, 55);
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}
/* Distance labels on map */
.distance-label {
background-color: rgba(255, 255, 255, 0.95) !important;