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

7 lines
154 B
TypeScript

export const HtmlTableCustomCss = `
table tr.row-type--total td {
font-weight: 600;
border-top: 1px solid #bbb;
border-bottom: 3px double #333;
}`;