Merge branch 'master' into jb/product-improvements

This commit is contained in:
Julián Benegas
2020-10-22 11:01:38 -03:00
9 changed files with 219 additions and 141 deletions

View File

@@ -12,35 +12,14 @@
.item {
@apply mr-6 cursor-pointer relative transition ease-in-out duration-150 text-base flex items-center;
&:hover {
@apply text-accents-8;
@apply text-accents-8 transition ease-in-out duration-100 transform scale-110;
}
&.heart:hover svg {
fill: var(--accents-9);
}
&:last-child {
@apply mr-0;
}
}
.dropdownMenu {
@apply bg-primary fixed right-0 z-50 w-full h-full;
@screen lg {
@apply absolute mt-3 right-0 w-screen;
max-width: 160px;
}
& .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;
}
}
& .link {
@apply cursor-pointer 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;
}
&.off {
@apply hidden;
}
}