fix(style): Journal Entries.

This commit is contained in:
elforjani3
2021-08-02 12:31:28 +02:00
parent c3bbbd072a
commit 752e39c98f
2 changed files with 20 additions and 0 deletions

View File

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