mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
feat: item payment transactions.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user