Files
bigcapital/packages/server/src/services/FinancialStatements/CustomerBalanceSummary/constants.ts
2024-02-25 17:40:33 +02:00

15 lines
259 B
TypeScript

export const HtmlTableCustomCss = `
table tr.row-type--total td {
font-weight: 600;
border-top: 1px solid #bbb;
border-bottom: 3px double #333;
}
table .column--name {
width: 65%;
}
table .column--total,
table .cell--total {
text-align: right;
}
`;