added subheading to review step for other contacts

This commit is contained in:
David Kennedy 2023-11-28 08:20:32 -05:00
parent 211d22da6f
commit 9bd7e46dcf
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B
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 %}