Removing govuk utility classes

This commit is contained in:
Jonathan Bobel
2023-08-25 11:38:07 -04:00
parent 8ea03c9da6
commit 64256a6f57
29 changed files with 41 additions and 54 deletions

View File

@@ -22,7 +22,7 @@
To add inset text, use a caret:
</p>
<div>
{{ govukInsetText({"text": "^ You must tell us if your circumstances change", "classes": "govuk-!-margin-top-0"})}}
{{ govukInsetText({"text": "^ You must tell us if your circumstances change", "classes": ""})}}
</div>
<p class="bottom-gutter-1-3">
To add a horizontal line, use three dashes:

View File

@@ -8,5 +8,5 @@
</p>
{{ govukInsetText({
"text": "Hello ((first name)), your reference is ((ref number))",
"classes": "govuk-!-margin-top-0"})
"classes": ""})
}}

View File

@@ -8,7 +8,7 @@
</p>
{{ govukInsetText({
"text": "Download your document at: ((link_to_file))",
"classes": "govuk-!-margin-top-0 govuk-!-margin-bottom-3"})
"classes": ""})
}}
Next, use the API to upload your document. Follow the instructions to send a document by email in the <a class="usa-link" href="{{ url_for('main.documentation') }}">API documentation</a>.