mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
13 lines
201 B
SCSS
13 lines
201 B
SCSS
.listProductCardSkeleton {
|
|
display: flex;
|
|
overflow: hidden;
|
|
|
|
&.wrap {
|
|
flex-wrap: wrap;
|
|
overflow: unset;
|
|
> div {
|
|
margin-bottom: 1.6rem;
|
|
}
|
|
}
|
|
}
|