mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 07:46:23 -04:00
Remove 2/3rds and 3/4 columns
These columns make the line length too short, and the text less readable.
This commit is contained in:
@@ -8,22 +8,16 @@
|
|||||||
|
|
||||||
{% block maincolumn_content %}
|
{% block maincolumn_content %}
|
||||||
|
|
||||||
<div class="grid-row">
|
<h1 class="heading-large">
|
||||||
<div class="column-two-thirds">
|
Revoke API key
|
||||||
|
</h1>
|
||||||
|
|
||||||
<h1 class="heading-large">
|
<p>
|
||||||
Revoke API key
|
‘{{ key_name }}’ will no longer let you connect to GOV.UK Notify.
|
||||||
</h1>
|
</p>
|
||||||
|
<p>
|
||||||
<p>
|
You can’t undo this.
|
||||||
‘{{ key_name }}’ will no longer let you connect to GOV.UK Notify.
|
</p>
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
You can’t undo this.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<form method="post">
|
<form method="post">
|
||||||
{{ page_footer(
|
{{ page_footer(
|
||||||
|
|||||||
@@ -8,20 +8,15 @@
|
|||||||
|
|
||||||
{% block maincolumn_content %}
|
{% block maincolumn_content %}
|
||||||
|
|
||||||
<div class="grid-row">
|
|
||||||
<div class="column-two-thirds">
|
|
||||||
|
|
||||||
<h1 class="heading-large">
|
<h1 class="heading-large">
|
||||||
New API key
|
New API key
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Copy your key to somewhere safe. You won’t be able to see it again
|
Copy your key to somewhere safe. You won’t be able to see it again
|
||||||
once you leave this page.
|
once you leave this page.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{{ api_key(secret, key_name) }}
|
{{ api_key(secret, key_name) }}
|
||||||
|
|
||||||
|
|||||||
@@ -8,9 +8,6 @@
|
|||||||
|
|
||||||
{% block maincolumn_content %}
|
{% block maincolumn_content %}
|
||||||
|
|
||||||
<div class="grid-row">
|
|
||||||
<div class="column-three-quarters">
|
|
||||||
|
|
||||||
<h1 class="heading-large">Request to go live</h1>
|
<h1 class="heading-large">Request to go live</h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
@@ -60,7 +57,5 @@
|
|||||||
{{ page_footer('Request to go live') }}
|
{{ page_footer('Request to go live') }}
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user