mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
fix: payment receive and made.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
@@ -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{
|
||||
|
||||
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user