fix(pos): item selector image border radius

Signed-off-by: Sabu Siyad <hello@ssiyad.com>
This commit is contained in:
Sabu Siyad
2022-11-17 12:56:42 +05:30
parent b03b568e6c
commit 2f4940cc26
2 changed files with 8 additions and 2 deletions

View File

@@ -159,6 +159,12 @@
}
}
.item-img {
@extend .image;
border-radius: 8px 8px 0 0;
object-fit: cover;
}
> .item-detail {
display: flex;
flex-direction: column;