From 27acae12e2763cbfa7932e32ce203f14b451652c Mon Sep 17 00:00:00 2001 From: CocoByte Date: Thu, 23 May 2024 16:55:46 -0600 Subject: [PATCH] Design updates --- src/registrar/assets/sass/_theme/_admin.scss | 11 +++++++++++ src/registrar/templates/domain_request_intro.html | 4 ++-- .../templates/includes/profile_information.html | 13 +------------ 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/registrar/assets/sass/_theme/_admin.scss b/src/registrar/assets/sass/_theme/_admin.scss index c716ad49c..cc86e661b 100644 --- a/src/registrar/assets/sass/_theme/_admin.scss +++ b/src/registrar/assets/sass/_theme/_admin.scss @@ -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}; +} \ No newline at end of file diff --git a/src/registrar/templates/domain_request_intro.html b/src/registrar/templates/domain_request_intro.html index 2b941b48f..d6d3b3b7f 100644 --- a/src/registrar/templates/domain_request_intro.html +++ b/src/registrar/templates/domain_request_intro.html @@ -15,8 +15,8 @@

If you have all the information you need, completing your domain request might take around 15 minutes.

{% if has_profile_feature_flag %} -

How we'll reach you

-

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 your profile to make updates.

+

How we’ll reach you

+

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 your profile to make updates.

{% include "includes/profile_information.html" with user=user%} {% endif %} diff --git a/src/registrar/templates/includes/profile_information.html b/src/registrar/templates/includes/profile_information.html index edd6ea645..3bd46f2e4 100644 --- a/src/registrar/templates/includes/profile_information.html +++ b/src/registrar/templates/includes/profile_information.html @@ -2,17 +2,6 @@ {% block domain_content %} -