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
+3 -3
View File
@@ -24,7 +24,7 @@
</p>
<h2 class="heading-large">Banner</h2>
<div class="grid-row">
<div class="govuk-grid-row">
<div class="column-three-quarters">
<p>Used to show the status of a thing or action.</p>
@@ -42,7 +42,7 @@
<p>Used to show some important statistics.</p>
<div class="grid-row">
<div class="govuk-grid-row">
<div class="column-one-third">
{{ big_number("567") }}
</div>
@@ -109,7 +109,7 @@
) }}
<h2 class="heading-large">Tables</h2>
<div class="grid-row">
<div class="govuk-grid-row">
<div class="column-three-quarters">
<p>
Used for comparing rows of data.