25 lines
350 B
SCSS
25 lines
350 B
SCSS
.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;
|
|
}
|
|
}
|