This commit is contained in:
a.bouhuolia
2021-08-02 14:26:07 +02:00
3 changed files with 23 additions and 1 deletions

View File

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