mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
normalize transition durations
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
.productTitle > span,
|
||||
.productPrice,
|
||||
.wishlistButton {
|
||||
@apply transition ease-in-out duration-300;
|
||||
@apply transition ease-in-out duration-150;
|
||||
}
|
||||
|
||||
.squareBg {
|
||||
|
@@ -1,6 +1,6 @@
|
||||
.root {
|
||||
@apply h-12 w-12 bg-primary text-primary rounded-full mr-3 inline-flex
|
||||
items-center justify-center cursor-pointer transition duration-100 ease-in-out
|
||||
items-center justify-center cursor-pointer transition duration-150 ease-in-out
|
||||
p-0 shadow-none border-gray-200 border box-border;
|
||||
|
||||
& > span {
|
||||
@@ -13,7 +13,7 @@
|
||||
}
|
||||
|
||||
.color {
|
||||
@apply text-black transition duration-100 ease-in-out;
|
||||
@apply text-black transition duration-150 ease-in-out;
|
||||
|
||||
&:hover {
|
||||
@apply text-black;
|
||||
|
Reference in New Issue
Block a user