fix: rowClassNames.

This commit is contained in:
elforjani13
2021-11-11 15:23:23 +02:00
parent 66641ca56e
commit 5803760c61
9 changed files with 17 additions and 9 deletions

View File

@@ -10,7 +10,11 @@
}
.tbody {
.tr:not(.no-results) {
&.row-type--CASH_END_PERIOD{
// &.row-type--AGGREGATE,
&.row-type--ACCOUNTS {
border-top: 1px solid #bbb;
}
&.row-type--CASH_END_PERIOD {
border-bottom: 3px double #333;
}
.td {
@@ -30,7 +34,7 @@
.tr.is-expanded {
.td.total,
.td.date-period{
.td.date-period {
.cell-inner {
display: none;
}

View File

@@ -11,6 +11,10 @@
}
.tbody {
.tr:not(.no-results) {
&.row-type--CUSTOMER,
&.row-type--VENDOR {
border-top: 1px solid #BBB
}
.td {
border-bottom: 0;
padding-top: 0.4rem;