mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
feat : add style border bottom vendor.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user