🎨 styles: fix img height in cart product not sell

:%s
This commit is contained in:
lytrankieio123 2021-09-13 14:08:10 +07:00
parent d191ffc535
commit 4512e8cf24

View File

@ -1,8 +1,12 @@
@import "../../../../styles/utilities";
.imgWrap {
img {
opacity: 0.5;
> div {
min-height: 13rem;
img {
opacity: 0.5;
object-fit: contain
}
}
}
@ -11,7 +15,7 @@
}
.info {
@apply flex justify-center items-center custom-border-radius bg-info-light text-center;
@apply flex justify-center items-center shape-common bg-info-light text-center;
padding: .8rem 1.6rem;
margin-top: 1.6rem;
color: var(--info);