cursor: hint for stickers

This commit is contained in:
muerwre 2018-12-07 14:00:07 +07:00
parent 45fd758c1d
commit d248b679ed
9 changed files with 80 additions and 24 deletions

View file

@ -57,19 +57,28 @@ body {
position: fixed;
top: 4px;
left: 4px;
width: 20px;
height: 20px;
z-index: 10;
width: 10px;
height: 10px;
z-index: 1;
pointer-events: none;
svg {
width: 20px;
height: 20px;
stroke-width: 4;
fill: @blue_secondary;
fill: black;
}
}
.cursor-icon-sticker {
width: 20px;
height: 20px;
background-size: cover;
background-position: 0 50%;
position: absolute;
top: -30px;
}
.track-vertical {
position: absolute;
right: 0;