Removing HeadlessUI and React-Aria

This commit is contained in:
Belen Curcio
2020-11-26 13:16:20 -03:00
parent b5fd6bd38e
commit 58067808d7
2 changed files with 3 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
.dropdownMenu {
@apply fixed right-0 mt-7 origin-top-right outline-none bg-primary z-40 w-full h-full;
@apply fixed right-0 mt-2 origin-top-right outline-none bg-primary z-40 w-full h-full;
@screen lg {
@apply absolute border border-accents-1 shadow-lg w-56 h-auto;
@apply absolute top-10 border border-accents-1 shadow-lg w-56 h-auto;
}
}