Added input styling
Some checks are pending
clarama/eo-services-client/pipeline/head Build queued...
Some checks are pending
clarama/eo-services-client/pipeline/head Build queued...
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user