frontend / app /components /IncomeStatement /styles.module.css
hakeemsyd's picture
setup income and expense statement
2d4e819
Raw
History Blame
206 Bytes
.totalIncomeRow{
background-color: #e6f7ff;
font-weight: bold;
}
.totalExpenseRow {
background-color: #fff2e8;
font-weight: bold;
}
.profitRow {
background-color: #f6ffed;
font-weight: bold;
}