Changing the govuk grid to USWDS

This commit is contained in:
Jonathan Bobel
2023-08-23 16:18:25 -04:00
parent 4aa781ed9a
commit 412fad89ff
107 changed files with 314 additions and 314 deletions

View File

@@ -30,9 +30,9 @@
"open": form.errors | convert_to_boolean
}) }}
<div class="govuk-grid-row bottom-gutter">
<div class="grid-row bottom-gutter">
{% for noti_type in global_stats %}
<div class="govuk-grid-column-one-half">
<div class="grid-col-6">
{{ big_number_simple(
noti_type.black_box.number,
noti_type.black_box.number|message_count_label(noti_type.black_box.notification_type)
@@ -51,9 +51,9 @@
{% endfor %}
</div>
<div class="govuk-grid-row bottom-gutter">
<div class="grid-row bottom-gutter">
{% for noti_type in global_stats %}
<div class="govuk-grid-column-one-half">
<div class="grid-col-6">
<div class="bordered-text-box">
<span class="big-number-number">{{ "{:,}".format(noti_type.test_data.number) }}</span>
{{ noti_type.test_data.label }}