Adding initial tooltip support

This commit is contained in:
Jesús Espino 2016-12-22 10:11:29 +01:00
parent 177fa4621c
commit 7264cd5437
5 changed files with 46 additions and 1 deletions

View file

@ -46,6 +46,16 @@
}
}
.cursor-tooltip {
background-color: $color-dark-bg;
border-radius: $br-small;
color: $color-white;
font-size: $fs14;
padding: 3px 8px;
transition: none;
text-align: center;
}
.workspace-canvas {
height: calc(100vh - 50px);
overflow: scroll;