Replace column-one-third with govuk-grid-column-one-third

Also replaces `column-third`, with `govuk-grid-column-one-third`, since
this appears to be an alias of `column-one-third`.
This commit is contained in:
Katie Smith
2020-02-19 12:29:28 +00:00
parent 076d99c9dc
commit 07bcb4220e
16 changed files with 41 additions and 39 deletions

View File

@@ -34,7 +34,7 @@
<div class="govuk-grid-row bottom-gutter">
{% for noti_type in global_stats %}
<div class="column-third">
<div class="govuk-grid-column-one-third">
{{ big_number_simple(
noti_type.black_box.number,
message_count_label(noti_type.black_box.number, noti_type.black_box.notification_type)
@@ -55,7 +55,7 @@
<div class="govuk-grid-row bottom-gutter">
{% for noti_type in global_stats %}
<div class="column-third">
<div class="govuk-grid-column-one-third">
<div class="bordered-text-box">
<span class="big-number-number">{{ "{:,}".format(noti_type.test_data.number) }}</span>
{{ noti_type.test_data.label }}