mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-16 06:24:12 +02:00
PR updates / cleanup
This commit is contained in:
parent
4f41a9f710
commit
6d6d603123
2 changed files with 4 additions and 3 deletions
|
@ -732,6 +732,7 @@ div.dja__model-description{
|
||||||
max-width: 72ex;
|
max-width: 72ex;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.usa-summary-box h3 {
|
.usa-summary-box h3 {
|
||||||
color: #{$dhs-blue-60};
|
color: #{$dhs-blue-60};
|
||||||
}
|
}
|
|
@ -13,10 +13,10 @@
|
||||||
</h3>
|
</h3>
|
||||||
<div class="usa-summary-box__text">
|
<div class="usa-summary-box__text">
|
||||||
<ul>
|
<ul>
|
||||||
<li>Full name: <b>{{ user.contact.first_name }} {{ user.contact.last_name }}</b></li>
|
<li>Full name: <b>{{ user.contact.get_formatted_name }}</b></li>
|
||||||
<li>Organization email: <b>{{ user.email }}</b></li>
|
<li>Organization email: <b>{{ user.email }}</b></li>
|
||||||
<li>Title or role in your organization: <b>{{ user.contact.title }}</b></li>
|
<li>Title or role in your organization: <b>{{ user.contact.title }}</b></li>
|
||||||
<li>Phone: <b>{{ user.contact.phone }}</b></li>
|
<li>Phone: <b>{{ user.contact.phone.as_national }}</b></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue