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