feat: cashflow accounts.

This commit is contained in:
elforjani13
2021-10-13 19:54:36 +02:00
parent 4ba750fe11
commit b848553cf7
10 changed files with 454 additions and 3 deletions

View File

@@ -0,0 +1,33 @@
.dashboard__insider--cashflow-accounts {
.bigcapital-datatable {
.table {
.tbody {
.td.balance {
.cell-inner {
> span {
font-weight: 600;
}
}
}
.account_name {
.bp3-popover-wrapper--inactive-semafro {
margin-left: 8px;
margin-right: 6px;
float: right;
border: 0;
}
.bp3-popover-wrapper--account-desc {
border-bottom-color: #bbb;
}
.inactive-semafro {
height: 7px;
width: 7px;
background: #bbb;
display: inline-block;
border-radius: 8px;
}
}
}
}
}
}