Initial login working

This commit is contained in:
Deon George
2020-08-20 22:33:13 +10:00
parent ed7087c802
commit 4c90ce11f2
28 changed files with 61410 additions and 112 deletions

19
public/css/print.css vendored Normal file
View File

@@ -0,0 +1,19 @@
@media print {
body {
color: #333;
font-weight: 400;
font-size: 12px;
}
label {
font-weight: bold;
}
tr { page-break-inside:avoid; }
thead { display:table-header-group; }
tfoot { display:table-footer-group; }
.table-responsive {
overflow: visible !important;
}
}