feat(expenses): filter expenses accounts.

This commit is contained in:
a.bouhuolia
2021-03-08 17:20:02 +02:00
parent 274324a6d9
commit bb41fe7ce5
8 changed files with 136 additions and 99 deletions

View File

@@ -1,20 +1,16 @@
// Blueprint framework.
// @import '@blueprintjs/core/src/blueprint.scss';
.dashboard__insider--expenses {
.bigcapital-datatable {
.table {
.tbody {
.td.total_amount{
span{
font-weight: 500;
}
}
.bigcapital-datatable {
.table {
.tbody {
.td.amount {
span {
font-weight: 600;
}
}
}
}
}
}