mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 22:28:26 +02:00
Adding initial tooltip support
This commit is contained in:
parent
177fa4621c
commit
7264cd5437
5 changed files with 46 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue