mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-25 21:59:53 +02:00
Design updates
This commit is contained in:
parent
78ba5c78d7
commit
27acae12e2
3 changed files with 14 additions and 14 deletions
|
@ -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};
|
||||
}
|
|
@ -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 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>
|
||||
{% include "includes/profile_information.html" with user=user%}
|
||||
{% endif %}
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue