mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
7 lines
154 B
TypeScript
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;
|
|
}`;
|