fix: payment receive and made.

This commit is contained in:
a.bouhuolia
2021-03-09 17:47:01 +02:00
parent 2494a33d21
commit 59f8010122
31 changed files with 395 additions and 349 deletions

View File

@@ -44,9 +44,6 @@ body.hide-scrollbar .Pane2{
overflow: hidden;
}
.bp3-fill{
.bp3-popover-wrapper,
.bp3-popover-target {
@@ -96,8 +93,10 @@ body.hide-scrollbar .Pane2{
}
.bp3-progress-bar.bp3-intent-primary .bp3-progress-meter{
background-color: #0066ff;
}
.bp3-overlay-backdrop{
background-color: rgba(0,10,30, .7);
}

View File

@@ -67,6 +67,19 @@ body.page-payment-made-edit{
}
.table{
.th,
.td {
&.amount,
&.due_amount,
&.payment_amount {
&,
input {
text-align: right;
}
}
}
.tr{
.td:first-of-type,
.th:first-of-type{

View File

@@ -70,11 +70,8 @@ body.page-payment-receive-edit{
}
.table {
.th,
.td {
&.invoice_amount,
&.amount_due,
&.payment_amount {
@@ -87,7 +84,6 @@ body.page-payment-receive-edit{
}
.tr {
.td:first-of-type,
.th:first-of-type {