mirror of
https://github.com/vercel/commerce.git
synced 2025-04-28 22:07:51 +00:00
Hover State
This commit is contained in:
parent
12327d1a75
commit
57627df590
@ -132,7 +132,5 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.productImage {
|
.productImage {
|
||||||
@apply transform transition-transform duration-500;
|
@apply transform transition-transform duration-500 object-cover scale-120;
|
||||||
object-fit: cover;
|
|
||||||
transform: scale(1.2);
|
|
||||||
}
|
}
|
||||||
|
@ -51,6 +51,9 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
lineHeight: {
|
lineHeight: {
|
||||||
'extra-loose': '2.2'
|
'extra-loose': '2.2'
|
||||||
|
},
|
||||||
|
scale: {
|
||||||
|
'120': '1.2',
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user