Merge pull request #1406 from cisagov/dk/684-domain-review-contacts

Issue #684 - domain review page - add headings for other employees
This commit is contained in:
dave-kennedy-ecs 2023-11-29 20:29:03 -05:00 committed by GitHub
commit 9535ea2f99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View file

@ -78,3 +78,9 @@
font-weight: font-weight('semibold');
margin-bottom: units(0.5);
}
.review__step__subheading {
color: color('primary-dark');
font-weight: font-weight('semibold');
margin-bottom: units(0.5);
}

View file

@ -99,6 +99,7 @@
{% if step == Step.OTHER_CONTACTS %}
{% for other in application.other_contacts.all %}
<div class="margin-bottom-105">
<div class="review__step__subheading">Contact {{ forloop.counter }}</div>
{% include "includes/contact.html" with contact=other %}
</div>
{% empty %}