This commit is contained in:
Beverly Nguyen
2025-10-16 16:56:29 -07:00
parent a89163ce28
commit 847101fbf6
2 changed files with 77 additions and 2 deletions

View File

@@ -34,7 +34,7 @@
<div class="display-flex flex-align-end">
<div class="flex-1">
<div class="text-base-dark text-uppercase font-sans-3xs text-ls-1 margin-bottom-05">Total Services</div>
<div class="font-sans-xl text-bold text-primary-darker line-height-sans-1">{{ total_services }}</div>
<div class="font-sans-xl text-primary-darker line-height-sans-1">{{ total_services }}</div>
</div>
<div class="text-base-dark font-body-2xs line-height-sans-3">
<span class="text-success-dark text-bold">{{ live_services }}</span> Live
@@ -51,7 +51,7 @@
<div class="usa-summary-box__body">
<div class="usa-summary-box__text">
<div class="text-base-dark text-uppercase font-sans-3xs text-ls-1 margin-bottom-05">Agreement Period</div>
<div class="font-sans-xl text-bold text-primary-darker">Jan 1 - Dec 31</div>
<div class="font-sans-xl text-primary-darker">Jan 1 - Dec 31</div>
</div>
</div>
</div>