This commit is contained in:
Belen Curcio
2020-10-22 12:53:49 -03:00
parent dd08b0946b
commit 7d4b11d204
4 changed files with 21 additions and 36 deletions

View File

@@ -1,17 +1,8 @@
.dropdownMenu {
@apply fixed pt-6 right-0 z-20 w-full h-full;
@apply fixed right-0 mt-7 origin-top-right outline-none bg-primary z-40 w-full h-full;
@screen lg {
@apply absolute right-0 w-screen;
max-width: 185px;
}
& .dropdownMenuContainer {
@apply flex-col py-6 bg-primary h-full justify-around;
@screen lg {
@apply border border-accents-1 shadow-lg py-2 h-auto;
}
@apply absolute border border-accents-1 shadow-lg w-56 h-auto;
}
& .link {