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

@@ -51,7 +51,7 @@
</ul>
{# only show if the service has folders #}
{% if current_service.all_template_folders %}
<p class="govuk-body tick-cross-list-hint">
<p class="usa-body tick-cross-list-hint">
{% set folder_count = user.template_folders_for_service(current_service) | length %}
{% if folder_count == 0 %}
@@ -64,7 +64,7 @@
</p>
{% endif %}
{% if current_service.has_permission('email_auth') %}
<p class="govuk-body tick-cross-list-hint">
<p class="usa-body tick-cross-list-hint">
Signs in with
{{ user.auth_type | format_auth_type(with_indefinite_article=True) }}
</p>