Files
e-commerce/client/src/sass/components/_Gallery.scss
2022-10-08 15:47:00 -05:00

18 lines
389 B
SCSS

.ui-gallery-component {
background-color: red;
display: flex;
flex-flow: row wrap;
align-items: center;
justify-content: center;
padding: 1rem 0;
&.product-card-list {
.ui-card-component {
width: 30%;
margin: 1rem;
padding: 1rem 0;
color: black;
background-color: white;
}
}
}