mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
feat: optimize chart of accounts.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user