Optimise users home page

This commit is contained in:
Deon George
2021-06-29 16:36:34 +10:00
parent 638472fb4f
commit bac4fd6227
34 changed files with 915 additions and 627 deletions

8
public/css/custom.css vendored Normal file
View File

@@ -0,0 +1,8 @@
hr.d-print-block {
border-top: 2px solid #dee2e6;
padding-bottom: 20px;
}
.table.table-striped tbody tr:last-child td {
border-bottom: 2px solid #dee2e6;
}