4
0
forked from crowetic/commerce

Added dropdown

This commit is contained in:
Belen Curcio
2020-10-21 12:17:26 -03:00
parent 9d8db18c38
commit 1b80080762
2 changed files with 35 additions and 2 deletions

View File

@@ -15,3 +15,12 @@
@apply mr-0;
}
}
.dropdownMenu {
@apply absolute right-0 mt-2 w-screen max-w-xs sm:px-0 z-50 border border-accents-1;
max-width: 160px;
& .link {
@apply px-6 py-3 block space-y-1 hover:bg-accents-1 transition ease-in-out duration-150 text-base leading-6 font-medium text-gray-900;
}
}