mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-21 15:20:34 +00:00
feat: style journal entries.
This commit is contained in:
@@ -1,8 +1,23 @@
|
|||||||
.datatable--journal-entries {
|
.datatable--journal-entries {
|
||||||
|
// margin: 12px;
|
||||||
|
padding: 12px;
|
||||||
|
|
||||||
.table {
|
.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 {
|
.tbody {
|
||||||
.tr .td {
|
.tr .td {
|
||||||
min-height: 42px;
|
border-bottom: 0;
|
||||||
|
padding-top: 0.4rem;
|
||||||
|
padding-bottom: 0.4rem;
|
||||||
|
|
||||||
&.credit,
|
&.credit,
|
||||||
&.debit {
|
&.debit {
|
||||||
|
|||||||
Reference in New Issue
Block a user