refactor(JournalSheet)

This commit is contained in:
a.bouhuolia
2022-02-12 16:07:26 +02:00
parent 2f0322b4fc
commit cc42c21f24
4 changed files with 38 additions and 70 deletions

View File

@@ -1,50 +1,4 @@
.financial-sheet{
&--journal{
.financial-sheet__table{
.tr .td.credit,
.tr .th.credit,
.tr .td.debit,
.tr .th.debit{
text-align: right;
}
.tbody{
.tr:not(.no-results) .td{
padding: 0.3rem 0.4rem;
color: #000;
border-bottom-color: transparent;
min-height: 28px;
border-left: 1px solid #ececec;
&:first-of-type{
border-left: 0;
}
&.account_name,
&.reference_type_formatted{
white-space: nowrap;
overflow: hidden;
text-overflow:ellipsis;
}
}
.tr:not(.no-results):last-child{
.td{
border-bottom: 1px solid #dbdbdb;
}
}
.tr.row_type--TOTAL_ENTRIES{
font-weight: 600;
}
.tr:not(.no-results) {
height: 28px;
}
}
}
}
}
.financial-statement--journal{
.financial-header-drawer{