infor annotations
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user