Further UI Improvements

This commit is contained in:
Patrick Fic
2021-03-26 17:23:16 -07:00
parent 6c47918542
commit 17264ff7d6
26 changed files with 993 additions and 815 deletions

View File

@@ -1,38 +1,38 @@
.job-totals-half {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
// .job-totals-half {
// flex: 1;
// display: flex;
// flex-direction: column;
// align-items: center;
table {
border: 1px solid #ccc;
border-collapse: collapse;
margin: 0;
padding: 0;
width: 80%;
table-layout: fixed;
}
// table {
// border: 1px solid #ccc;
// border-collapse: collapse;
// margin: 0;
// padding: 0;
// width: 80%;
// table-layout: fixed;
// }
table tr {
//background-color: #f8f8f8;
border: 1px solid #ddd;
padding: 0.35em;
}
// table tr {
// //background-color: #f8f8f8;
// border: 1px solid #ddd;
// padding: 0.35em;
// }
table th,
table td {
padding: 0.625em;
//text-align: center;
}
table td.currency {
text-align: right;
}
}
// table th,
// table td {
// padding: 0.625em;
// //text-align: center;
// }
// table td.currency {
// text-align: right;
// }
// }
.job-totals-stats {
margin: 1rem;
display: flex;
width: 100%;
//flex-direction: column;
justify-content: space-evenly;
}
// .job-totals-stats {
// margin: 1rem;
// display: flex;
// width: 100%;
// //flex-direction: column;
// justify-content: space-evenly;
// }