mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 10:28:41 -04:00
Make heading sizes more consistent
On: - the API keys page - the ‘send’ page There are some inconsistently small heading sizes. This commit makes them consistent with the heading sizes on other pages.
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
developer documentation</a>.
|
developer documentation</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2 class="api-key-name">
|
<h2 class="heading-medium">
|
||||||
Service ID
|
Service ID
|
||||||
</h2>
|
</h2>
|
||||||
<p class="api-key-key">
|
<p class="api-key-key">
|
||||||
@@ -33,7 +33,6 @@
|
|||||||
keys,
|
keys,
|
||||||
empty_message="You haven’t created any API keys yet",
|
empty_message="You haven’t created any API keys yet",
|
||||||
caption="API keys",
|
caption="API keys",
|
||||||
caption_visible=False,
|
|
||||||
field_headings=['Key name', hidden_field_heading('Action')]
|
field_headings=['Key name', hidden_field_heading('Action')]
|
||||||
) %}
|
) %}
|
||||||
{% call field() %}
|
{% call field() %}
|
||||||
|
|||||||
@@ -28,7 +28,7 @@
|
|||||||
) }}
|
) }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<p>
|
<h2 class="heading-medium">
|
||||||
You need
|
You need
|
||||||
{{ template.placeholders|length + 1 }}
|
{{ template.placeholders|length + 1 }}
|
||||||
{% if template.placeholders %}
|
{% if template.placeholders %}
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
column
|
column
|
||||||
{% endif %}
|
{% endif %}
|
||||||
in your file, like this:
|
in your file, like this:
|
||||||
</p>
|
</h2>
|
||||||
|
|
||||||
{% call(item, row_number) list_table(
|
{% call(item, row_number) list_table(
|
||||||
example,
|
example,
|
||||||
|
|||||||
Reference in New Issue
Block a user