fixed delete buttons

This commit is contained in:
muerwre 2019-02-13 11:52:06 +07:00
parent 2cf92a52cf
commit 3b85579645
2 changed files with 18 additions and 1 deletions

View file

@ -139,6 +139,21 @@
&:hover {
transform: scale(1.2) !important;
}
&::before, &::after {
content: ' ';
position: absolute;
left: 11px;
top: 6px;
width: 2px;
height: 12px;
background: white;
transform: rotate(45deg);
}
&::after {
transform: rotate(-45deg);
}
}
.leaflet-control-container .leaflet-routing-container-hide {