feat: optimize chart of accounts.

This commit is contained in:
Ahmed Bouhuolia
2020-04-12 17:13:34 +02:00
parent 54e2a43647
commit 4d4191dfc0
14 changed files with 178 additions and 36 deletions

View File

@@ -2,12 +2,45 @@
.dashboard__insider--accounts-chart{
.bigcapital-datatable{
.normal{
.#{$ns}-icon{
color: #666;
color: #aaa;
padding-left: 15px;
}
}
.table{
.thead,
.tbody{
.th.selection,
.td.selection{
padding-left: 18px;
}
}
.tbody{
.tr .td{
padding-top: 0.4rem;
padding-bottom: 0.4rem;
}
.account_name{
font-weight: 500;
.bp3-tooltip-indicator{
cursor: default;
border-bottom-color: #c6c6c6;
}
}
.code{
color: #666;
}
.actions{
padding-right: 18px;
justify-content: right;
}
}
}
}
}
@@ -48,7 +81,6 @@
.form-group--parent-account{
margin-bottom: 35px;
}
.form-group--account-code{
margin-bottom: 16px;
}

View File

@@ -44,7 +44,7 @@
width: auto;
padding: 30px 20px;
max-width: 100%;
margin: 35px auto;
margin: 25px auto 35px;
min-height: 400px;
display: flex;
flex-direction: column;