Files
bigcapital/src/style/pages/JournalEntries/List.scss
2021-09-21 17:13:53 +02:00

15 lines
191 B
SCSS

.datatable--journal-entries {
.table {
.tbody {
.tr .td {
min-height: 42px;
&.credit,
&.debit {
font-weight: 600;
}
}
}
}
}