mirror of
https://github.com/vercel/commerce.git
synced 2025-05-17 15:06:59 +00:00
fix user nav
This commit is contained in:
parent
6d783eae35
commit
f40f807985
@ -1,5 +1,5 @@
|
|||||||
.root {
|
.root {
|
||||||
@apply inset-0 fixed;
|
@apply inset-0;
|
||||||
left: 72px;
|
left: 72px;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.item:hover {
|
.item:hover {
|
||||||
@apply text-accent-6 transition scale-110 duration-100;
|
@apply text-accent-6 transition;
|
||||||
}
|
}
|
||||||
|
|
||||||
.item:first-child {
|
.item:first-child {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user