Added trial balance.
This commit is contained in:
@ -127,6 +127,41 @@ td.accounting-amount {
|
||||
font-weight: bolder;
|
||||
font-style: italic;
|
||||
}
|
||||
.accounting-report-card {
|
||||
padding: 2em 1.5em;
|
||||
margin: 1em;
|
||||
background-color: #F8F9FA;
|
||||
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
||||
}
|
||||
.accounting-report-card h2 {
|
||||
border-bottom: thick double slategray;
|
||||
}
|
||||
.accounting-report-row {
|
||||
border: none;
|
||||
}
|
||||
a.accounting-report-row:hover {
|
||||
color: inherit;
|
||||
}
|
||||
.accounting-trial-balance-row.accounting-trial-balance-header {
|
||||
border-bottom: thick double slategray;
|
||||
font-weight: bolder;
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
.accounting-trial-balance-row.accounting-trial-balance-header .accounting-amount {
|
||||
font-style: normal;
|
||||
}
|
||||
.accounting-trial-balance-row > div {
|
||||
width: 50%;
|
||||
}
|
||||
.accounting-trial-balance-row .accounting-amount {
|
||||
width: 50%;
|
||||
font-style: italic;
|
||||
}
|
||||
.accounting-trial-balance-row.accounting-trial-balance-total {
|
||||
border-top: thick double slategray;
|
||||
font-weight: bolder;
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
/* The Material Design text field (floating form control in Bootstrap) */
|
||||
.accounting-material-text-field {
|
||||
|
Reference in New Issue
Block a user