Files
commerce/src/components/common/ProductCardSkeleton/ProductCardSkeleton.module.scss
lytrankieio123 b572fcf8d6 🎨 styles: card product skeleton
:%s
2021-10-07 10:06:05 +07:00

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;
}
}
}