fix: full amount bold expenses transactions.

fix: bulk delete expenses transactions.
fix: issue delete account node in tree.
This commit is contained in:
Ahmed Bouhuolia
2020-12-02 18:24:14 +02:00
parent ac6904daaa
commit 72bf3096bb
6 changed files with 23 additions and 6 deletions

View File

@@ -1,6 +1,21 @@
.dashboard__insider--expense-form{
background-color: #fff;
}
.dashboard__insider--expenses{
.bigcapital-datatable{
.tbody{
.tr .td.total_amount{
span{
font-weight: 600;
}
}
}
}
}
.page-form--expense{
$self: '.page-form';