Design updates

This commit is contained in:
CocoByte 2024-05-23 16:55:46 -06:00
parent 78ba5c78d7
commit 27acae12e2
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F
3 changed files with 14 additions and 14 deletions

View file

@ -724,3 +724,14 @@ div.dja__model-description{
.text-underline {
text-decoration: underline !important;
}
//-- Override some styling for the USWDS summary box (per design quidance for ticket #2055
.usa-summary-box {
background: #{$dhs-blue-10};
border-color: #{$dhs-blue-30};
max-width: 72ex;
word-wrap: break-word;
}
.usa-summary-box h3 {
color: #{$dhs-blue-60};
}

View file

@ -15,8 +15,8 @@
<p>If you have <a href="{% public_site_url 'domains/before/#information-you%E2%80%99ll-need-to-complete-the-domain-request-form' %}" target="_blank" class="usa-link">all the information you need</a>,
completing your domain request might take around 15 minutes.</p>
{% if has_profile_feature_flag %}
<h2>How we'll reach you</h2>
<p>While reviewing your domain request, we may need to reach out with questions. We'll also email you when we complete our review If the contact information below is not correct, visit <a href="" target="_blank" class="usa-link">your profile</a> to make updates.</p>
<h2>How well reach you</h2>
<p>While reviewing your domain request, we may need to reach out with questions. Well also email you when we complete our review If the contact information below is not correct, visit <a href="" target="_blank" class="usa-link">your profile</a> to make updates.</p>
{% include "includes/profile_information.html" with user=user%}
{% endif %}

View file

@ -2,17 +2,6 @@
{% block domain_content %}
<!-- {% if not user.has_contact_info %}
<div class="usa-alert usa-alert--error margin-bottom-2">
<div class="usa-alert__body">
<h4 class="usa-alert__heading larger-font-sizing">
Missing contact information</h4>
<p class="usa-alert__text ">
We appear to be missing some contact information from you. Please visit your profile.
</p>
</div>
</div>
{% endif %} -->
<div
class="usa-summary-box"
role="region"
@ -25,7 +14,7 @@
<div class="usa-summary-box__text">
<ul>
<li>Full name: <b>{{ user.contact.first_name }} {{ user.contact.last_name }}</b></li>
<li>Organization email: <b>{{ user.contact.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>Phone: <b>{{ user.contact.phone }}</b></li>
</ul>