Replace column-two-thirds with govuk-grid-column-two-thirds

This commit is contained in:
Katie Smith
2020-02-19 12:36:02 +00:00
parent 07bcb4220e
commit bf949044bc
47 changed files with 51 additions and 51 deletions

View File

@@ -2,7 +2,7 @@
{% block per_page_title %}Youre not authorised to see this page{% endblock %}
{% block maincolumn_content %}
<div class="govuk-grid-row">
<div class="column-two-thirds">
<div class="govuk-grid-column-two-thirds">
<h1>Youre not authorised to see this page</h1>
<p><a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('.sign_in' )}}">Sign in</a> to GOV.UK Notify and try again.</p>
</div>

View File

@@ -2,7 +2,7 @@
{% block per_page_title %}Youre not allowed to see this page{% endblock %}
{% block maincolumn_content %}
<div class="govuk-grid-row">
<div class="column-two-thirds">
<div class="govuk-grid-column-two-thirds">
<h1 class="heading-large">
Youre not allowed to see this page
</h1>

View File

@@ -2,7 +2,7 @@
{% block per_page_title %}Page not found{% endblock %}
{% block maincolumn_content %}
<div class="govuk-grid-row">
<div class="column-two-thirds">
<div class="govuk-grid-column-two-thirds">
<h1 class="heading-large">
Page not found
</h1>

View File

@@ -2,7 +2,7 @@
{% block per_page_title %}Page not found{% endblock %}
{% block maincolumn_content %}
<div class="govuk-grid-row">
<div class="column-two-thirds">
<div class="govuk-grid-column-two-thirds">
<h1 class="heading-large">
Page not found
</h1>

View File

@@ -2,12 +2,12 @@
{% block per_page_title %}File too big{% endblock %}
{% block maincolumn_content %}
<div class="govuk-grid-row">
<div class="column-two-thirds">
<div class="govuk-grid-column-two-thirds">
<h1 class="heading-large">
The file you uploaded was too big
</h1>
<div class="govuk-grid-row">
<div class="column-two-thirds">
<div class="govuk-grid-column-two-thirds">
<p>
Files must be smaller than 5 MB.
</p>

View File

@@ -2,7 +2,7 @@
{% block per_page_title %}Sorry, theres a problem with the service{% endblock %}
{% block maincolumn_content %}
<div class="govuk-grid-row">
<div class="column-two-thirds">
<div class="govuk-grid-column-two-thirds">
<h1 class="heading-large">
Sorry, theres a problem with GOV.UK Notify
</h1>