Added input styling
Some checks are pending
clarama/eo-services-client/pipeline/head Build queued...

This commit is contained in:
2022-10-19 13:31:41 -05:00
parent b0ac2a4412
commit 27253fec10
3 changed files with 37 additions and 7 deletions

View File

@@ -16,8 +16,8 @@ defineProps(["summary"]);
</div>
<div class="item">
<div class="measure">{{ summary.totalHTDays.toFixed(2) }}</div>
<div class="label">Total Handle Time (days)</div>
<div class="measure">{{ summary.totalHTHours.toFixed(2) }}</div>
<div class="label">Total Handle Time (hours)</div>
</div>
<div class="item">
@@ -35,6 +35,7 @@ defineProps(["summary"]);
.stats {
display: flex;
}
.item {
width: 100%;
border: 2px solid rgb(57, 145, 201);
@@ -50,7 +51,7 @@ defineProps(["summary"]);
.measure {
width: 100%;
color: rgb(57,145,201);
color: rgb(57, 145, 201);
font-family: 'DejaVu Sans', Ariel, Helvetica, sans-serif;
text-align: center;
font-size: 16px;