mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
refactoring: payment receive form.
This commit is contained in:
@@ -95,3 +95,8 @@ body.hide-scrollbar .Pane2{
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.bp3-progress-bar.bp3-intent-primary .bp3-progress-meter{
|
||||
background-color: #0066ff;
|
||||
}
|
||||
18
client/src/style/pages/PaymentReceive/List.scss
Normal file
18
client/src/style/pages/PaymentReceive/List.scss
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
.dashboard__insider--payment-receives-list{
|
||||
|
||||
.bigcapital-datatable{
|
||||
|
||||
.tbody{
|
||||
|
||||
.td.amount {
|
||||
|
||||
.cell-inner{
|
||||
> span{
|
||||
font-weight: 600;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
18
client/src/style/pages/SaleEstimate/List.scss
Normal file
18
client/src/style/pages/SaleEstimate/List.scss
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
.dashboard__insider--sale_estimate{
|
||||
|
||||
.bigcapital-datatable{
|
||||
|
||||
.tbody{
|
||||
|
||||
.td.amount {
|
||||
|
||||
.cell-inner{
|
||||
> span{
|
||||
font-weight: 600;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
18
client/src/style/pages/SaleReceipt/List.scss
Normal file
18
client/src/style/pages/SaleReceipt/List.scss
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
.dashboard__insider--sales_receipts{
|
||||
|
||||
.bigcapital-datatable{
|
||||
|
||||
.tbody{
|
||||
|
||||
.td.amount {
|
||||
|
||||
.cell-inner{
|
||||
> span{
|
||||
font-weight: 600;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user