sticker panel with ability to choose

This commit is contained in:
muerwre 2018-08-24 17:04:48 +07:00
parent 40a11297c0
commit f2c9cc4abc
10 changed files with 140 additions and 64 deletions

View file

@ -99,3 +99,19 @@
.leaflet-control-container .leaflet-routing-container-hide {
display: none;
}
.stickers-helper {
width: 500px;
padding: 10px;
}
.sticker-preview {
float: left;
cursor: pointer;
transform: scale(1);
transition: transform 250ms;
&:hover {
transform: scale(1.2);
}
}