add multiuser cursor

This commit is contained in:
Juan de la Cruz 2019-12-18 10:40:09 +01:00
parent 651a7d9a5b
commit 9a65ef358b
2 changed files with 30 additions and 0 deletions

View file

@ -300,4 +300,28 @@
width: 25px;
}
}
}
.multiuser-cursor {
align-items: center;
display: flex;
left: 0;
position: absolute;
top: 0;
z-index: 10000;
svg {
height: 15px;
fill: #f3dd14;
width: 15px;
}
span {
background-color: #f3dd14;
border-radius: $br-small;
color: $color-black;
font-size: $fs12;
margin-left: $small;
padding: $x-small;
}
}