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

13 lines
201 B
SCSS

.listProductCardSkeleton {
display: flex;
overflow: hidden;
&.wrap {
flex-wrap: wrap;
overflow: unset;
> div {
margin-bottom: 1.6rem;
}
}
}