mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
16 lines
277 B
SCSS
16 lines
277 B
SCSS
.productCardSkeleton {
|
|
max-width: 22.4rem;
|
|
min-width: 20rem;
|
|
margin: 0 0.8rem;
|
|
> div {
|
|
width: 100% !important;
|
|
}
|
|
.content {
|
|
margin-top: 1.6rem;
|
|
> div {
|
|
margin: 0;
|
|
width: 100% !important;
|
|
}
|
|
}
|
|
}
|