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,
&--VENDOR {
&.is-expanded{
.td.running_balance .cell-inner{
&.is-expanded {
.td.running_balance .cell-inner {
display: none;
}
}
@@ -70,6 +70,11 @@
border-bottom: 1px solid #ddd;
}
}
&--VENDOR:last-child {
.td {
border-bottom: 1px solid #ddd;
}
}
}
}
}