mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
feat(expenses): filter expenses accounts.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user