Add govuk-body class to paragraphs

per https://design-system.service.gov.uk/styles/typography/#paragraphs
This commit is contained in:
Chris Hill-Scott
2020-03-02 17:35:13 +00:00
parent 63f704c64f
commit 57c5c298d4

View File

@@ -18,15 +18,15 @@
{% include 'views/dashboard/_jobs.html' %}
{% endif %}
{% if not jobs and not show_scheduled_jobs %}
<p>
<p class="govuk-body">
You have not uploaded any files yet.
</p>
{% if current_service.has_permission('upload_letters') %}
<p>
<p class="govuk-body">
Upload a letter and Notify will print, pack and post it for you.
</p>
{% endif %}
<p>
<p class="govuk-body">
To upload a list of contact details, first <a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('main.choose_template', service_id=current_service.id) }}">choose a template</a>.
</p>
{% endif %}