mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
refactoring: sales tables.
refacoring: purchases tables.
This commit is contained in:
20
client/src/style/pages/Expense/List.scss
Normal file
20
client/src/style/pages/Expense/List.scss
Normal file
@@ -0,0 +1,20 @@
|
||||
|
||||
// Blueprint framework.
|
||||
// @import '@blueprintjs/core/src/blueprint.scss';
|
||||
|
||||
.dashboard__insider--expenses {
|
||||
.bigcapital-datatable {
|
||||
.table {
|
||||
.tbody {
|
||||
|
||||
|
||||
.td.total_amount{
|
||||
span{
|
||||
font-weight: 500;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user