forked from crowetic/commerce
Hover State
This commit is contained in:
parent
57627df590
commit
4d4e4f667e
@ -10,7 +10,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
& .productImage {
|
& .productImage {
|
||||||
transform: scale(1.2725);
|
transform: scale(1.2625);
|
||||||
}
|
}
|
||||||
|
|
||||||
& .productTitle > span,
|
& .productTitle > span,
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
import type { FC } from 'react'
|
|
||||||
import cn from 'classnames'
|
import cn from 'classnames'
|
||||||
import Link from 'next/link'
|
import Link from 'next/link'
|
||||||
import type { ProductNode } from '@bigcommerce/storefront-data-hooks/api/operations/get-all-products'
|
|
||||||
import usePrice from '@bigcommerce/storefront-data-hooks/use-price'
|
|
||||||
import Image from 'next/image'
|
import Image from 'next/image'
|
||||||
|
import type { FC } from 'react'
|
||||||
import s from './ProductCard.module.css'
|
import s from './ProductCard.module.css'
|
||||||
import WishlistButton from '@components/wishlist/WishlistButton'
|
import WishlistButton from '@components/wishlist/WishlistButton'
|
||||||
|
|
||||||
|
import usePrice from '@bigcommerce/storefront-data-hooks/use-price'
|
||||||
|
import type { ProductNode } from '@bigcommerce/storefront-data-hooks/api/operations/get-all-products'
|
||||||
|
|
||||||
interface Props {
|
interface Props {
|
||||||
className?: string
|
className?: string
|
||||||
product: ProductNode
|
product: ProductNode
|
||||||
|
Loading…
x
Reference in New Issue
Block a user