Files
bigcapital/client/src/style/pages/Expense/List.scss
2021-07-27 02:01:04 +02:00

20 lines
323 B
SCSS

// Blueprint framework.
// @import '@blueprintjs/core/src/blueprint.scss';
.dashboard__insider--expenses {
.bigcapital-datatable {
.table {
.tbody {
.tr{
min-height: 46px;
}
.td.amount {
span {
font-weight: 600;
}
}
}
}
}
}