feat: item payment transactions.

This commit is contained in:
elforjani13
2021-11-15 21:45:24 +02:00
parent bd282acae4
commit 0ad5a9ed03
9 changed files with 431 additions and 7 deletions

View File

@@ -1,12 +1,10 @@
.item-drawer {
.card {
margin: 15px;
padding: 22px 15px;
}
&__content {
.detail-item--name {
width: 30%;
@@ -16,7 +14,6 @@
}
.detail-item--quantity {
.detail-item__content {
font-weight: 600;
@@ -32,7 +29,6 @@
}
.details-menu--horizantal {
.detail-item:not(:first-of-type) {
margin-top: 16px;
}
@@ -42,4 +38,9 @@
}
}
}
}
.payment-transactions {
.card {
padding: 0 !important;
}
}
}