Files
bigcapital/packages/server/src/services/FinancialStatements/AgingSummary/_constants.ts
2024-02-19 21:41:15 +02:00

13 lines
227 B
TypeScript

export enum AgingSummaryRowType {
Contact = 'contact',
Total = 'total',
}
export const HtmlTableCss = `
table tr.row-type--total td{
font-weight: 500;
border-top: 1px solid #bbb;
border-bottom: 3px double #333;
}
`;