Files
commerce/src/components/common/ImgWithLink/ImgWithLink.module.scss
lytrankieio123 fc39eb1758 🎨 styles: cart drawer
:%s
2021-09-06 17:06:06 +07:00

10 lines
140 B
SCSS

.imgWithLink {
position: relative;
min-width: 5rem;
width: 100%;
height: 100%;
img {
object-fit: cover;
}
}