cursor: cursor helper

This commit is contained in:
muerwre 2018-12-03 19:15:14 +07:00
parent cfe3b5ec8c
commit 3771e5d338
4 changed files with 61 additions and 7 deletions

View file

@ -51,3 +51,20 @@ body {
.danger {
color: @color_danger;
}
.cursor-tooltip {
position: fixed;
top: 2px;
left: 2px;
width: 20px;
height: 20px;
z-index: 10;
pointer-events: none;
svg {
width: 20px;
height: 20px;
stroke-width: 4;
fill: @blue_secondary;
}
}