Fix icons on RMO, add phone data to district

This commit is contained in:
Eli Ribble 2026-04-07 16:25:14 +00:00
parent cc7ce44f47
commit 6fb5a7f971
No known key found for this signature in database
6 changed files with 14 additions and 32 deletions

View file

@ -2,30 +2,6 @@
{{ define "title" }}Contact Information{{ end }}
{{ define "extraheader" }}
<style>
body {
background-color: #f8f9fa;
}
.progress-bar {
background-color: #0d6efd;
transition: width 0.3s ease;
}
.benefit-box {
background-color: #d1ecf1;
border-left: 4px solid #0dcaf0;
padding: 16px;
border-radius: 4px;
}
.optional-badge {
font-size: 0.85rem;
color: #6c757d;
font-weight: normal;
}
</style>
{{ end }}
{{ define "content" }}
<div class="container-fluid px-3 py-3"></div>
{{ end }}