Dashboard CSS Changes

This commit is contained in:
Johnny
2020-12-18 15:44:28 -05:00
parent f8973d986c
commit f149165ad5

View File

@@ -110,7 +110,7 @@ $total_recurring_invoice_amount = $row['total_recurring_invoice_amount'];
<!-- Icon Cards--> <!-- Icon Cards-->
<div class="row"> <div class="row">
<div class="col-lg-3 col-md-6 col-sm-12"> <div class="col-lg-4 col-md-6 col-sm-12">
<!-- small box --> <!-- small box -->
<a class="small-box bg-primary" href="payments.php?dtf=<?php echo $year; ?>-01-01&dtt=<?php echo $year; ?>-12-31"> <a class="small-box bg-primary" href="payments.php?dtf=<?php echo $year; ?>-01-01&dtt=<?php echo $year; ?>-12-31">
<div class="inner"> <div class="inner">
@@ -126,7 +126,7 @@ $total_recurring_invoice_amount = $row['total_recurring_invoice_amount'];
</div> </div>
<!-- ./col --> <!-- ./col -->
<div class="col-lg-3 col-md-6 col-sm-12"> <div class="col-lg-4 col-md-6 col-sm-12">
<!-- small box --> <!-- small box -->
<a class="small-box bg-danger" href="expenses.php?dtf=<?php echo $year; ?>-01-01&dtt=<?php echo $year; ?>-12-31"> <a class="small-box bg-danger" href="expenses.php?dtf=<?php echo $year; ?>-01-01&dtt=<?php echo $year; ?>-12-31">
<div class="inner"> <div class="inner">
@@ -140,7 +140,7 @@ $total_recurring_invoice_amount = $row['total_recurring_invoice_amount'];
</div> </div>
<!-- ./col --> <!-- ./col -->
<div class="col-lg-3 col-md-6 col-sm-12"> <div class="col-lg-4 col-md-6 col-sm-12">
<!-- small box --> <!-- small box -->
<div class="small-box bg-success"> <div class="small-box bg-success">
<div class="inner"> <div class="inner">
@@ -154,7 +154,7 @@ $total_recurring_invoice_amount = $row['total_recurring_invoice_amount'];
</div> </div>
<!-- ./col --> <!-- ./col -->
<div class="col-lg-3 col-md-6 col-sm-12"> <div class="col-lg-4 col-md-6 col-sm-12">
<!-- small box --> <!-- small box -->
<a class="small-box bg-info" href="trips.php?dtf=<?php echo $year; ?>-01-01&dtt=<?php echo $year; ?>-12-31"> <a class="small-box bg-info" href="trips.php?dtf=<?php echo $year; ?>-01-01&dtt=<?php echo $year; ?>-12-31">
<div class="inner"> <div class="inner">
@@ -168,7 +168,7 @@ $total_recurring_invoice_amount = $row['total_recurring_invoice_amount'];
</div> </div>
<!-- ./col --> <!-- ./col -->
<div class="col-lg-3 col-6"> <div class="col-lg-4 col-6">
<!-- small box --> <!-- small box -->
<a class="small-box bg-secondary" href="clients.php?dtf=<?php echo $year; ?>-01-01&dtt=<?php echo $year; ?>-12-31"> <a class="small-box bg-secondary" href="clients.php?dtf=<?php echo $year; ?>-01-01&dtt=<?php echo $year; ?>-12-31">
<div class="inner"> <div class="inner">
@@ -182,7 +182,7 @@ $total_recurring_invoice_amount = $row['total_recurring_invoice_amount'];
</div> </div>
<!-- ./col --> <!-- ./col -->
<div class="col-lg-3 col-6"> <div class="col-lg-4 col-6">
<!-- small box --> <!-- small box -->
<a class="small-box bg-secondary" href="vendors.php?dtf=<?php echo $year; ?>-01-01&dtt=<?php echo $year; ?>-12-31"> <a class="small-box bg-secondary" href="vendors.php?dtf=<?php echo $year; ?>-01-01&dtt=<?php echo $year; ?>-12-31">
<div class="inner"> <div class="inner">