feat: Add tooltip with icon for embedding scenes (#2532)

Co-authored-by: dwelle <luzar.david@gmail.com>
This commit is contained in:
Kartik Prajapati
2020-12-14 18:54:54 +05:30
committed by GitHub
parent 4b32c03994
commit 60864ace54
8 changed files with 78 additions and 76 deletions

View File

@@ -1,4 +1,6 @@
@import "open-color/open-color.scss";
@import "../css/variables";
.excalidraw {
.ToolIcon {
display: inline-flex;
@@ -181,6 +183,17 @@
}
}
.TooltipIcon {
width: 0.9em;
height: 0.9em;
margin-left: 5px;
margin-top: 1px;
@media #{$media-query} {
display: none;
}
}
.unlocked-icon {
:root[dir="ltr"] & {
left: 2px;