Files
bigcapital/client/src/style/pages/accounts-chart.scss
2020-06-01 18:22:29 +02:00

97 lines
1.7 KiB
SCSS

.dashboard__insider--accounts-chart{
.bigcapital-datatable{
.normal{
.#{$ns}-icon{
color: #aaa;
padding-left: 15px;
}
}
.table{
.tbody{
.tr:not(.no-results) .td{
padding-top: 0.4rem;
padding-bottom: 0.4rem;
}
.account_name{
.bp3-tooltip-indicator{
cursor: default;
border-bottom-color: #c6c6c6;
}
}
.code{
color: #333;
}
.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: 25px;
}
.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%;
max-height: 120px;
}
}
}
}
.form-group--parent-account{
margin-bottom: 35px;
}
.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;
}
}
}
}