mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
feat: style invoice status.
This commit is contained in:
@@ -91,7 +91,6 @@ body.hide-scrollbar .Pane2{
|
||||
max-width: 300px;
|
||||
}
|
||||
|
||||
|
||||
.form-group--select-list{
|
||||
button{
|
||||
justify-content: start;
|
||||
|
||||
56
client/src/style/pages/SaleInvoice/List.scss
Normal file
56
client/src/style/pages/SaleInvoice/List.scss
Normal file
@@ -0,0 +1,56 @@
|
||||
|
||||
|
||||
.dashboard__insider--sales-invoices-list{
|
||||
|
||||
|
||||
.bigcapital-datatable{
|
||||
|
||||
|
||||
.tbody{
|
||||
.status.td{
|
||||
|
||||
.status-accessor{
|
||||
padding: 4px 0;
|
||||
}
|
||||
.overdue-status,
|
||||
.due-status{
|
||||
display: block;
|
||||
font-size: 13.5px;
|
||||
line-height: 1.4;
|
||||
|
||||
+ .partial-paid{
|
||||
margin-top: 5px;
|
||||
}
|
||||
}
|
||||
.overdue-status{
|
||||
color: #ec5b0a;
|
||||
}
|
||||
.due-status{
|
||||
color: #1652c8;
|
||||
}
|
||||
.partial-paid{
|
||||
font-size: 12px;
|
||||
line-height: 1;
|
||||
display: block;
|
||||
margin-bottom: 8px;
|
||||
opacity: 0.65;
|
||||
}
|
||||
.fully-paid-icon{
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
margin-right: 8px;
|
||||
|
||||
svg {
|
||||
fill: #2ba01d;
|
||||
}
|
||||
}
|
||||
.fully-paid-text{
|
||||
font-size: 13.5px;
|
||||
}
|
||||
.bp3-progress-bar{
|
||||
height: 6px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user