Replace grid-row with govuk-grid-row

Replaced all instances of `grid-row` in the HTML and JavaScript with
`govuk-grid-row`, which is the new GOV.UK Frontend class.
This commit is contained in:
Katie Smith
2020-03-06 11:11:41 +00:00
parent be48f3bac5
commit b9b9a138f9
135 changed files with 174 additions and 176 deletions
@@ -14,7 +14,7 @@
'Ask a question or give feedback',
back_link=url_for('.support')
) }}
<div class="grid-row">
<div class="govuk-grid-row">
<div class="column-two-thirds">
{% call form_wrapper() %}
{{ textbox(form.feedback, width='1-1', hint='', rows=10, autosize=True) }}
+1 -1
View File
@@ -11,7 +11,7 @@
<h1 class="heading-large">
Out of hours emergencies
</h1>
<div class="grid-row">
<div class="govuk-grid-row">
<div class="column-two-thirds">
<p>
First, check the
+3 -3
View File
@@ -9,7 +9,7 @@
{% block maincolumn_content %}
<div class="grid-row">
<div class="govuk-grid-row">
<div class="column-two-thirds">
<h1 class="heading-large">Support</h1>
@@ -21,11 +21,11 @@
{% endcall %}
<p>You can also <a class="govuk-link govuk-link--no-visited-state" href="https://ukgovernmentdigital.slack.com/messages/C0E1ADVPC">contact us on Slack</a>.</p>
<h2 class="heading-medium">Office hours</h2>
<p>Our office hours are 9:30am to 5:30pm, Monday to Friday.</p>
<p>When you report a problem in office hours, well aim to read it within 30 minutes and reply within one working day.</p>
<h2 class="heading-medium">Out-of-hours</h2>
<p>Outside office hours, response times depend on whether youre reporting an emergency.</p>
<p>If its an emergency, well reply within 30 minutes and update you every hour until the problems fixed.</p>
@@ -15,7 +15,7 @@
'Report a problem',
back_link=url_for('.support')
) }}
<div class="grid-row">
<div class="govuk-grid-row">
<div class="column-two-thirds">
<div class="panel panel-border-wide">
<p>
+1 -1
View File
@@ -10,7 +10,7 @@
{% block maincolumn_content %}
<div class="grid-row">
<div class="govuk-grid-row">
<div class="column-two-thirds">
{{ page_header(
'Report a problem',