refactoring: payment receive form.

This commit is contained in:
a.bouhuolia
2021-02-17 19:45:18 +02:00
parent 95cccfd13b
commit e36817cb88
46 changed files with 775 additions and 325 deletions

View File

@@ -95,3 +95,8 @@ body.hide-scrollbar .Pane2{
}
.bp3-progress-bar.bp3-intent-primary .bp3-progress-meter{
background-color: #0066ff;
}

View File

@@ -0,0 +1,18 @@
.dashboard__insider--payment-receives-list{
.bigcapital-datatable{
.tbody{
.td.amount {
.cell-inner{
> span{
font-weight: 600;
}
}
}
}
}
}

View File

@@ -20,10 +20,18 @@
&.bp3-inline{
max-width: 470px;
}
a.receive-full-amount{
button.receive-full-amount{
width: auto;
padding: 0;
min-height: auto;
font-size: 12px;
margin-top: 6px;
display: inline-block;
margin-top: 4px;
background-color: transparent;
color: #0052cc;
&:hover{
text-decoration: underline;
}
}
}
}

View File

@@ -0,0 +1,18 @@
.dashboard__insider--sale_estimate{
.bigcapital-datatable{
.tbody{
.td.amount {
.cell-inner{
> span{
font-weight: 600;
}
}
}
}
}
}

View File

@@ -7,6 +7,14 @@
.tbody{
.balance.td{
.cell-inner{
> span{
font-weight: 600;
}
}
}
.status.td{
.status-accessor{
@@ -33,7 +41,7 @@
line-height: 1;
display: block;
margin-bottom: 8px;
opacity: 0.65;
opacity: 0.7;
}
.fully-paid-icon{
width: 18px;
@@ -49,10 +57,11 @@
}
.bp3-progress-bar{
height: 4px;
max-width: 180px;
&,
.bp3-progress-meter{
border-radius: 4px;
border-radius: 0;
}
}
}

View File

@@ -0,0 +1,18 @@
.dashboard__insider--sales_receipts{
.bigcapital-datatable{
.tbody{
.td.amount {
.cell-inner{
> span{
font-weight: 600;
}
}
}
}
}
}