feat: add right-click context menu

This commit is contained in:
Antonella Sgarlatta
2021-04-29 17:07:14 -03:00
parent a1d56abd2e
commit b70cc0e7e4
15 changed files with 382 additions and 214 deletions

View File

@@ -86,6 +86,10 @@
width: 32px;
}
.max-w-80 {
max-width: 20rem;
}
.h-32px {
height: 32px;
}
@@ -120,6 +124,7 @@
@extend .absolute;
@extend .bg-default;
@extend .min-w-80;
@extend .transition-transform;
@extend .duration-150;
@extend .slide-down-animation;
@extend .rounded;