mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
feat(server): styling financial reports
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
|
||||
export enum ROW_TYPE {
|
||||
TOTAL = 'TOTAL',
|
||||
ITEM = 'ITEM'
|
||||
ITEM = 'ITEM',
|
||||
}
|
||||
|
||||
export const HtmlTableCustomCss = `
|
||||
@@ -10,4 +9,15 @@ table tr.row-type--total td {
|
||||
border-bottom: 3px double #000;
|
||||
font-weight: 600;
|
||||
}
|
||||
`;
|
||||
table .column--item_name{
|
||||
width: 300px;
|
||||
}
|
||||
table .column--quantity_purchases,
|
||||
table .column--purchase_amount,
|
||||
table .column--average_cost,
|
||||
table .cell--quantity_purchases,
|
||||
table .cell--purchase_amount,
|
||||
table .cell--average_cost{
|
||||
text-align: right;
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user