Fixed up job details lines table + jobs totals page.

This commit is contained in:
Patrick Fic
2020-06-11 14:09:12 -07:00
parent 886c7e9cb9
commit 4e5c305f95
20 changed files with 562 additions and 517 deletions

View File

@@ -0,0 +1,24 @@
.job-totals-container {
display: flex;
flex-flow: wrap;
}
.job-totals-tables {
flex: 1;
display: block;
}
.job-totals-rates-table,
.job-totals-parts-table {
border: black;
width: 100%;
}
.job-totals-stats {
margin: 1rem;
display: flex;
flex-direction: column;
align-content: center;
.ant-statistic {
margin: 0.5rem;
}
}