feat: context menu for deleting tags

This commit is contained in:
Antonella Sgarlatta
2021-06-02 18:31:13 -03:00
parent 6fb68d2255
commit de31fe7d61
3 changed files with 77 additions and 57 deletions

View File

@@ -190,6 +190,10 @@
min-width: 1.25rem;
}
.min-w-40 {
min-width: 10rem;
}
.h-1px {
height: 1px;
}
@@ -366,6 +370,10 @@
@extend .duration-150;
@extend .slide-down-animation;
}
&.sn-dropdown--small {
@extend .min-w-40;
}
}
/** Lesser specificity will give priority to reach's styles */