Feature/map modify
This commit is contained in:
28
src/assets/scss/map-styles.scss
Normal file
28
src/assets/scss/map-styles.scss
Normal 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user