mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 14:38:25 -04:00
Removing govuk utility classes
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -8,5 +8,5 @@
|
||||
</p>
|
||||
{{ govukInsetText({
|
||||
"text": "Hello ((first name)), your reference is ((ref number))",
|
||||
"classes": "govuk-!-margin-top-0"})
|
||||
"classes": ""})
|
||||
}}
|
||||
|
||||
@@ -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>.
|
||||
|
||||
Reference in New Issue
Block a user