feat : add style border bottom vendor.

This commit is contained in:
elforjani3
2021-05-09 01:16:13 +02:00
parent b5b60d6f28
commit 8566ce126e

View File

@@ -59,8 +59,8 @@
} }
&--CUSTOMER, &--CUSTOMER,
&--VENDOR { &--VENDOR {
&.is-expanded{ &.is-expanded {
.td.running_balance .cell-inner{ .td.running_balance .cell-inner {
display: none; display: none;
} }
} }
@@ -70,6 +70,11 @@
border-bottom: 1px solid #ddd; border-bottom: 1px solid #ddd;
} }
} }
&--VENDOR:last-child {
.td {
border-bottom: 1px solid #ddd;
}
}
} }
} }
} }