Officially moved client nav to the side, moved add new client items to each tavb instead bolded client balance if negative

This commit is contained in:
root
2019-05-04 15:35:24 -04:00
parent bdbbecfc7b
commit b24fa9f3de
19 changed files with 945 additions and 851 deletions

View File

@@ -52,7 +52,7 @@
$balance = $invoice_amounts - $amount_paid;
//set Text color on balance
if($balance > 0){
$balance_text_color = "text-danger";
$balance_text_color = "text-danger font-weight-bold";
}else{
$balance_text_color = "";
}