Removing the govuk-body class

This commit is contained in:
Jonathan Bobel
2023-08-25 11:49:13 -04:00
parent 64256a6f57
commit 8b3807da3c
40 changed files with 159 additions and 159 deletions

View File

@@ -1,7 +1,7 @@
<h1 class='banner-title'>
Message too long
</h1>
<p class="govuk-body">
<p class="usa-body">
Text messages cannot be longer than {{ SMS_CHAR_COUNT_LIMIT }} characters.
Your message is {{ template.content_count }} characters.
</p>

View File

@@ -6,7 +6,7 @@
{{ 'es' if 'email address' == template_type_label else 's' }}
{%- endif %}
</h1>
<p class="govuk-body">
<p class="usa-body">
In <a class="usa-link" href="{{ url_for('.trial_mode_new') }}">trial mode</a> you can only
send to yourself and members of your team
</p>

View File

@@ -1,6 +1,6 @@
<h1 class='banner-title' data-module="track-error" data-error-type="File previously sent" data-error-label="{{ upload_id }}">
These messages have already been sent today
</h1>
<p class="govuk-body">
<p class="usa-body">
If you need to resend them, rename the file and upload it again.
</p>

View File

@@ -5,7 +5,7 @@
Daily limit reached
{% endif %}
</h1>
<p class="govuk-body">
<p class="usa-body">
You can only send {{ current_service.message_limit|format_thousands }} messages per day
{%- if current_service.trial_mode %}
in <a class="usa-link" href="{{ url_for('.trial_mode_new')}}">trial mode</a>
@@ -13,7 +13,7 @@
.
</p>
{% if original_file_name %}
<p class="govuk-body">
<p class="usa-body">
{% if current_service.message_limit != remaining_messages %}
You can still send {{ remaining_messages|format_thousands }} messages today, but
{% endif %}