feat: style journal entries.

This commit is contained in:
elforjani13
2021-12-02 15:34:26 +02:00
parent 31e0bbc187
commit 0c4259a05b

View File

@@ -1,8 +1,23 @@
.datatable--journal-entries {
// margin: 12px;
padding: 12px;
.table {
.tbody,
.thead {
.tr .th {
padding: 8px 8px;
background-color: #fff;
font-size: 14px;
border-bottom: 1px solid #000;
border-top: 1px solid #000;
}
}
.tbody {
.tr .td {
min-height: 42px;
border-bottom: 0;
padding-top: 0.4rem;
padding-bottom: 0.4rem;
&.credit,
&.debit {