31 lines
602 B
SCSS
31 lines
602 B
SCSS
.custom-marker-cluster {
|
|
font-family: IRANSansFaNum;
|
|
background-color: rgba(51, 181, 229, 0.6);
|
|
color: #fff;
|
|
border-radius: 50%;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
line-height: 40px;
|
|
}
|
|
|
|
.leaflet-draw {
|
|
display: none;
|
|
}
|
|
|
|
.leaflet-draw-tooltip {
|
|
margin-left: 0;
|
|
margin-right: 20px;
|
|
font-family: IRANSansFaNum;
|
|
}
|
|
.leaflet-draw-tooltip::before {
|
|
border-left: 6px solid black;
|
|
border-left-color: rgba(0, 0, 0, 0.5);
|
|
border-right: 0;
|
|
right: -7px;
|
|
left: auto;
|
|
}
|
|
|
|
.leaflet-editing-icon {
|
|
border-radius: 50%;
|
|
}
|