editor - viewer buttons

This commit is contained in:
muerwre 2018-08-31 16:25:42 +07:00
parent 1ecc2d2a92
commit 293f3cd7b9
5 changed files with 41 additions and 2 deletions

View file

@ -2,6 +2,11 @@
outline: none;
position: relative;
transition: transform 250ms;
cursor: pointer;
&.leaflet-drag-target {
transition: none !important;
}
&:before {
content: ' ';