mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 06:40:31 +00:00
- fix: store expense payment date with transactions. - fix: Total assets, liabilities and equity on balance sheet. - tweaks: dashboard content and sidebar style. - fix: reset form with contact list on journal entry form. - feat: Add hints to filter accounts in financial statements.
113 lines
2.1 KiB
SCSS
113 lines
2.1 KiB
SCSS
|
|
.dashboard__insider--accounts-chart{
|
|
|
|
.bigcapital-datatable{
|
|
.normal{
|
|
.#{$ns}-icon{
|
|
color: #838d9b;
|
|
padding-left: 15px;
|
|
}
|
|
}
|
|
|
|
.table{
|
|
.tbody{
|
|
.tr:not(.no-results) .td{
|
|
padding-top: 0.36rem;
|
|
padding-bottom: 0.36rem;
|
|
}
|
|
.account_name{
|
|
> div{
|
|
width: 100%;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.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;
|
|
|
|
}
|
|
}
|
|
.normal{
|
|
.bp3-popover-wrapper{
|
|
width: 100%;
|
|
}
|
|
.bp3-tooltip-indicator{
|
|
cursor: initial;
|
|
border-bottom: 0;
|
|
}
|
|
}
|
|
.actions{
|
|
padding-right: 18px;
|
|
justify-content: right;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
// Account Form Dialog.
|
|
// ----------------------------
|
|
.dialog--account-form{
|
|
|
|
&:not(.dialog--loading) .bp3-dialog-body{
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.bp3-dialog-body{
|
|
|
|
.bp3-form-group.bp3-inline{
|
|
|
|
.bp3-label{
|
|
min-width: 140px;
|
|
}
|
|
.bp3-form-content{
|
|
width: 250px;
|
|
}
|
|
|
|
&.form-group--description{
|
|
|
|
.bp3-form-content{
|
|
width: 280px;
|
|
}
|
|
|
|
textarea{
|
|
min-width: 100%;
|
|
max-width: 100%;
|
|
width: 100%;
|
|
min-height: 60px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.form-group--account-code{
|
|
margin-bottom: 16px;
|
|
}
|
|
.form-group--subaccount{
|
|
margin-bottom: 16px;
|
|
|
|
.bp3-icon-info-circle{
|
|
color: #A1B2C5;
|
|
position: relative;
|
|
top: -2px;
|
|
margin-left: 2px;
|
|
}
|
|
}
|
|
.form-group--description{
|
|
textarea{
|
|
padding: 6px;
|
|
}
|
|
}
|
|
}
|
|
} |