mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
15 lines
191 B
SCSS
15 lines
191 B
SCSS
.datatable--journal-entries {
|
|
.table {
|
|
.tbody {
|
|
.tr .td {
|
|
min-height: 42px;
|
|
|
|
&.credit,
|
|
&.debit {
|
|
font-weight: 600;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|