mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 18:37:33 -04:00
Updating site to use USWDS styles (#509)
* Updated header and footer * Updated fonts * Moved files around and updated gulpfile to correct the build process when it goes to production * Adjusted grid templating * Added images to assets * Update app/templates/components/uk_components/footer/template.njk Co-authored-by: Steven Reilly <stvnrlly@users.noreply.github.com>
This commit is contained in:
co-authored by
Steven Reilly
parent
ff350fee00
commit
f342e0fb6c
@@ -19,11 +19,11 @@
|
||||
<div class="govuk-grid-row">
|
||||
<div class="govuk-grid-column-full">
|
||||
{% call form_wrapper() %}
|
||||
<p class="govuk-body">New mobile number:</p>
|
||||
<p>New mobile number:</p>
|
||||
<div class="panel panel-border-wide bottom-gutter">
|
||||
<p class="govuk-body">{{ new_mobile_number }}</p>
|
||||
<p>{{ new_mobile_number }}</p>
|
||||
</div>
|
||||
<p class="govuk-body">We will send {{ user.name }} a text message to tell them about the change.</p>
|
||||
<p>We will send {{ user.name }} a text message to tell them about the change.</p>
|
||||
{{ page_footer('Confirm') }}
|
||||
{% endcall %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user