mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
20 lines
323 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |