mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
feat(server): styling financial reports
This commit is contained in:
@@ -9,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--average_price,
|
||||
table .column--sold_quantity,
|
||||
table .column--sold_amount,
|
||||
table .cell--average_price,
|
||||
table .cell--sold_quantity,
|
||||
table .cell--sold_amount{
|
||||
text-align: right;
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user