mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
make use responsive prefix
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user