added changes from @igorkorenfeld -thanks-

This commit is contained in:
Jon Roberts 2023-04-05 14:06:31 -06:00
parent 7ed53ace50
commit 5a5fbefa6a
No known key found for this signature in database
GPG key ID: EED093582198B041
2 changed files with 13 additions and 5 deletions

View file

@ -334,6 +334,11 @@ section.dashboard {
word-break: break-word;
}
.dotgov-status-box {
background-color: color('primary-lightest');
border-color: color('accent-cool-lighter');
}
#wrapper {
padding-top: units(3);
padding-bottom: units(6) * 2 ; //Workaround because USWDS units jump from 10 to 15

View file

@ -10,14 +10,17 @@
<p><h1>Domain request for {{ domainapplication.requested_domain.name }}</h1></p>
<div
class="usa-summary-box"
class="usa-summary-box dotgov-status-box margin-top-3"
role="region"
aria-labelledby="summary-box-key-information"
>
<div class="usa-summary-box__body" style="display:inline-table;">
<h3 class="usa-summary-box__heading" id="summary-box-key-information">
<div class="usa-summary-box__body">
<p class="usa-summary-box__heading font-sans-md margin-bottom-0"
id="summary-box-key-information"
>
<span class="text-bold text-primary-darker">
Status:
</h3>
</span>
{% if domainapplication.status == 'approved' %} Approved
{% elif domainapplication.status == 'investigating' %} In Review
{% elif domainapplication.status == 'submitted' %} Received
@ -27,7 +30,7 @@
<p> <b class="review__step__name">Last updated:</b> {{domainapplication.updated_at|date:"F j, Y"}}<br>
<b class="review__step__name">Request #:</b> {{domainapplication.id}}</p>
<p>{% include "includes/domain_application.html" %}</p><br>
<p>{% include "includes/domain_application.html" %}</p>
<p><button type="" class="usa-button usa-button--outline withdraw_outline">Withdraw Request</button></p>