Add process and submission mocks

This commit is contained in:
Eli Ribble 2026-04-03 03:57:43 +00:00
parent 095ab828b6
commit 3e0003095b
No known key found for this signature in database
10 changed files with 481 additions and 22 deletions

View file

@ -47,14 +47,14 @@
<!-- Progress Bar -->
<div class="mb-4">
<div class="d-flex justify-content-between align-items-center mb-2">
<span class="small text-muted">Step 6 of 10</span>
<span class="small text-muted">Step 6 of 8</span>
</div>
<div class="progress" style="height: 8px;">
<div
class="progress-bar"
role="progressbar"
style="width: 60%;"
aria-valuenow="60"
style="width: 75%;"
aria-valuenow="75"
aria-valuemin="0"
aria-valuemax="100"
></div>
@ -155,12 +155,10 @@
<!-- Navigation Buttons -->
<div class="d-flex gap-2 mt-4">
<a href="/compliance/access" class="btn btn-outline-secondary">
<a href="../compliance/permission" class="btn btn-outline-secondary">
Back
</a>
<button type="submit" class="btn btn-primary flex-grow-1">
Continue
</button>
<a class="btn btn-primary flex-grow-1" href="process"> Continue </a>
</div>
</form>
</main>