make use responsive prefix

This commit is contained in:
Muhaimin CS
2021-10-14 21:06:02 +08:00
committed by GitHub
parent d193708184
commit 9cd7a5ccfa

View File

@@ -16,16 +16,11 @@
.dropdownMenu { .dropdownMenu {
@apply fixed right-0 top-12 mt-2 origin-top-right outline-none bg-primary z-40 w-full h-full; @apply fixed right-0 top-12 mt-2 origin-top-right outline-none bg-primary z-40 w-full h-full;
@apply lg:absolute lg:border lg:border-accent-1 lg:shadow-lg lg:w-56 lg:h-auto;
@screen lg {
@apply absolute border border-accent-1 shadow-lg w-56 h-auto;
}
} }
.closeButton { .closeButton {
@screen md { @apply md:hidden;
@apply hidden;
}
} }
.item { .item {