mirror of
https://github.com/vercel/commerce.git
synced 2025-07-30 13:41:22 +00:00
normalize transition durations
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
}
|
||||
|
||||
.item {
|
||||
@apply mr-6 cursor-pointer relative transition ease-in-out duration-100 text-base flex items-center;
|
||||
@apply mr-6 cursor-pointer relative transition ease-in-out duration-150 text-base flex items-center;
|
||||
&:hover {
|
||||
@apply text-accents-8;
|
||||
}
|
||||
|
Reference in New Issue
Block a user