mirror of
https://github.com/vercel/commerce.git
synced 2025-07-05 04:31:22 +00:00
12 lines
236 B
CSS
12 lines
236 B
CSS
.navMenu {
|
|
@apply hidden ml-6 space-x-4 lg:block;
|
|
}
|
|
|
|
.link {
|
|
@apply items-center transition ease-in-out duration-75 cursor-pointer text-accent-0 border-b-2 border-opacity-0;
|
|
}
|
|
|
|
.link:hover {
|
|
@apply border-b-2 border-opacity-40;
|
|
}
|