mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 19:03:30 -05:00
Merge pull request #138 from alphagov/make-headings-smaller
Make headings `.heading-large` instead of `.heading-xlarge`
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
{% block maincolumn_content %}
|
||||
<div class="grid-row">
|
||||
<div class="column-two-thirds">
|
||||
<h1 class="heading-xlarge">
|
||||
<h1 class="heading-large">
|
||||
Page could not be found
|
||||
</h1>
|
||||
<p>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
{% block maincolumn_content %}
|
||||
<div class="grid-row">
|
||||
<div class="column-two-thirds">
|
||||
<h1 class="heading-xlarge">
|
||||
<h1 class="heading-large">
|
||||
Sorry, we're experiencing technical difficulties
|
||||
</h1>
|
||||
<p>Try again later.</p>
|
||||
|
||||
@@ -11,7 +11,7 @@ GOV.UK Notify | Set up service
|
||||
<div class="grid-row">
|
||||
<div class="column-two-thirds">
|
||||
|
||||
<h1 class="heading-xlarge">
|
||||
<h1 class="heading-large">
|
||||
{{ heading }}
|
||||
</h1>
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
{% block maincolumn_content %}
|
||||
|
||||
<h1 class="heading-xlarge">
|
||||
<h1 class="heading-large">
|
||||
API keys
|
||||
</h1>
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
{% block maincolumn_content %}
|
||||
|
||||
<h1 class="heading-xlarge">
|
||||
<h1 class="heading-large">
|
||||
Add a new API key
|
||||
</h1>
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<div class="grid-row">
|
||||
<div class="column-two-thirds">
|
||||
|
||||
<h1 class="heading-xlarge">
|
||||
<h1 class="heading-large">
|
||||
Revoke API key
|
||||
</h1>
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<div class="grid-row">
|
||||
<div class="column-two-thirds">
|
||||
|
||||
<h1 class="heading-xlarge">
|
||||
<h1 class="heading-large">
|
||||
New API key
|
||||
</h1>
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ GOV.UK Notify | Send email
|
||||
|
||||
{% block maincolumn_content %}
|
||||
|
||||
<h1 class="heading-xlarge">Send email</h1>
|
||||
<h1 class="heading-large">Send email</h1>
|
||||
|
||||
<p>This page will be where we check the email messages we're about to send</p>
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
{% block maincolumn_content %}
|
||||
|
||||
<h1 class="heading-xlarge">Send text messages</h1>
|
||||
<h1 class="heading-large">Send text messages</h1>
|
||||
|
||||
{% if upload_result.rejects %}
|
||||
<h3 class="heading-small">The following numbers are invalid</h3>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
{% block maincolumn_content %}
|
||||
|
||||
<h1 class="heading-xlarge">
|
||||
<h1 class="heading-large">
|
||||
Choose service
|
||||
</h1>
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ GOV.UK Notify | API keys and documentation
|
||||
<div class="grid-row">
|
||||
<div class="column-two-thirds">
|
||||
|
||||
<h1 class="heading-xlarge">
|
||||
<h1 class="heading-large">
|
||||
Developer documentation
|
||||
</h1>
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ GOV.UK Notify | Edit template
|
||||
|
||||
{% block maincolumn_content %}
|
||||
|
||||
<h1 class="heading-xlarge">{{ h1 }}</h1>
|
||||
<h1 class="heading-large">{{ h1 }}</h1>
|
||||
|
||||
<form method="post">
|
||||
{{ textbox(form.name) }}
|
||||
|
||||
@@ -10,7 +10,7 @@ GOV.UK Notify
|
||||
|
||||
<div class="grid-row">
|
||||
<div class="column-two-thirds">
|
||||
<h1 class="heading-xlarge">Check your email address</h1>
|
||||
<h1 class="heading-large">Check your email address</h1>
|
||||
|
||||
<p>Check your email address is correct and then resend the confirmation code.</p>
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ GOV.UK Notify
|
||||
|
||||
<div class="grid-row">
|
||||
<div class="column-two-thirds">
|
||||
<h1 class="heading-xlarge">Create a new password</h1>
|
||||
<h1 class="heading-large">Create a new password</h1>
|
||||
|
||||
<p>If you have forgotten your password, we can send you an email to create a new password.</p>
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ GOV.UK Notify | Notifications activity
|
||||
|
||||
{% block maincolumn_content %}
|
||||
|
||||
<h1 class="heading-xlarge">Notifications activity</h1>
|
||||
<h1 class="heading-large">Notifications activity</h1>
|
||||
|
||||
{% call(item) list_table(
|
||||
jobs,
|
||||
|
||||
@@ -12,7 +12,7 @@ GOV.UK Notify | Manage templates
|
||||
<div class="grid-row">
|
||||
<div class="column-two-thirds">
|
||||
|
||||
<h1 class="heading-xlarge">Templates</h1>
|
||||
<h1 class="heading-large">Templates</h1>
|
||||
|
||||
<p>
|
||||
<a href="{{ url_for('.add_service_template', service_id=service_id) }}">Add new template</a>
|
||||
|
||||
@@ -7,7 +7,7 @@ GOV.UK Notify | Manage users
|
||||
|
||||
{% block maincolumn_content %}
|
||||
|
||||
<h1 class="heading-xlarge">Manage users</h1>
|
||||
<h1 class="heading-large">Manage users</h1>
|
||||
|
||||
<p>Here's where you can add or remove users of a service.</p>
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ GOV.UK Notify
|
||||
<div class="grid-row">
|
||||
<div class="column-two-thirds">
|
||||
{% if user %}
|
||||
<h1 class="heading-xlarge">
|
||||
<h1 class="heading-large">
|
||||
Create a new password
|
||||
</h1>
|
||||
<p>
|
||||
|
||||
@@ -8,7 +8,7 @@ GOV.UK Notify |
|
||||
|
||||
<div class="grid-row">
|
||||
<div class="column-two-thirds">
|
||||
<h1 class="heading-xlarge">GOV.UK Notify</h1>
|
||||
<h1 class="heading-large">GOV.UK Notify</h1>
|
||||
|
||||
<p>You have been sent an email containing a link to reset your password.</p>
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ GOV.UK Notify | Create a user account
|
||||
|
||||
<div class="grid-row">
|
||||
<div class="column-two-thirds">
|
||||
<h1 class="heading-xlarge">Create an account</h1>
|
||||
<h1 class="heading-large">Create an account</h1>
|
||||
|
||||
<p>If you've used GOV.UK Notify before, <a href="">sign in to your account</a>.</p>
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ GOV.UK Notify | Create an account
|
||||
|
||||
<div class="grid-row">
|
||||
<div class="column-two-thirds">
|
||||
<h1 class="heading-xlarge">Create an account</h1>
|
||||
<h1 class="heading-large">Create an account</h1>
|
||||
|
||||
<p>If you've used GOV.UK Notify before, <a href="{{ url_for('.sign_in') }}">sign in to your account</a>.</p>
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ GOV.UK Notify | Send email
|
||||
|
||||
{% block maincolumn_content %}
|
||||
|
||||
<h1 class="heading-xlarge">Send email</h1>
|
||||
<h1 class="heading-large">Send email</h1>
|
||||
|
||||
<p>This page will be where we construct email messages</p>
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<div class="grid-row">
|
||||
<div class="column-three-quarters">
|
||||
|
||||
<h1 class="heading-xlarge">Send text messages</h1>
|
||||
<h1 class="heading-large">Send text messages</h1>
|
||||
|
||||
<fieldset class='form-group'>
|
||||
<legend class="heading-medium">1. Choose text message template</legend>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
{% block maincolumn_content %}
|
||||
|
||||
<h1 class="heading-xlarge">Service settings</h1>
|
||||
<h1 class="heading-large">Service settings</h1>
|
||||
|
||||
{{ browse_list([
|
||||
{
|
||||
|
||||
@@ -8,7 +8,7 @@ GOV.UK Notify | Service settings
|
||||
|
||||
{% block maincolumn_content %}
|
||||
|
||||
<h1 class="heading-xlarge">{{ heading }}</h1>
|
||||
<h1 class="heading-large">{{ heading }}</h1>
|
||||
|
||||
<div class="grid-row">
|
||||
<div class="column-three-quarters">
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<div class="grid-row">
|
||||
<div class="column-three-quarters">
|
||||
|
||||
<h1 class="heading-xlarge">Delete this service from GOV.UK Notify</h1>
|
||||
<h1 class="heading-large">Delete this service from GOV.UK Notify</h1>
|
||||
|
||||
<p>
|
||||
This can’t be undone. You will lose:
|
||||
|
||||
@@ -8,7 +8,7 @@ GOV.UK Notify | Service settings
|
||||
|
||||
{% block maincolumn_content %}
|
||||
|
||||
<h1 class="heading-xlarge">Change your service name</h1>
|
||||
<h1 class="heading-large">Change your service name</h1>
|
||||
|
||||
<div class="grid-row">
|
||||
<div class="column-three-quarters">
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
{% block maincolumn_content %}
|
||||
|
||||
<h1 class="heading-xlarge">Request to go live</h1>
|
||||
<h1 class="heading-large">Request to go live</h1>
|
||||
|
||||
<div class="grid-row">
|
||||
<div class="column-three-quarters">
|
||||
|
||||
@@ -7,7 +7,7 @@ GOV.UK Notify | Service settings
|
||||
|
||||
{% block maincolumn_content %}
|
||||
|
||||
<h1 class="heading-xlarge">Temporarily suspend API keys</h1>
|
||||
<h1 class="heading-large">Temporarily suspend API keys</h1>
|
||||
|
||||
<div class="grid-row">
|
||||
<div class="column-three-quarters">
|
||||
|
||||
@@ -10,7 +10,7 @@ Sign in
|
||||
|
||||
<div class="grid-row">
|
||||
<div class="column-two-thirds">
|
||||
<h1 class="heading-xlarge">Sign in</h1>
|
||||
<h1 class="heading-large">Sign in</h1>
|
||||
|
||||
<p>If you do not have an account, you can <a href="register">register for one now</a>.</p>
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
{% block maincolumn_content %}
|
||||
|
||||
<h1 class="heading-xlarge">
|
||||
<h1 class="heading-large">
|
||||
Styleguide
|
||||
</h1>
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ GOV.UK Notify
|
||||
|
||||
<div class="grid-row">
|
||||
<div class="column-two-thirds">
|
||||
<h1 class="heading-xlarge">Check your mobile number</h1>
|
||||
<h1 class="heading-large">Check your mobile number</h1>
|
||||
|
||||
<p>Check your mobile phone number is correct and then resend the confirmation code.</p>
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ GOV.UK Notify
|
||||
|
||||
<div class="grid-row">
|
||||
<div class="column-two-thirds">
|
||||
<h1 class="heading-xlarge">Check your mobile number</h1>
|
||||
<h1 class="heading-large">Check your mobile number</h1>
|
||||
|
||||
<p>Check your mobile phone number is correct and then resend the confirmation code.</p>
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ GOV.UK Notify | Text verification
|
||||
|
||||
<div class="grid-row">
|
||||
<div class="column-two-thirds">
|
||||
<h1 class="heading-xlarge">Text verification</h1>
|
||||
<h1 class="heading-large">Text verification</h1>
|
||||
|
||||
<p>We've sent you a text message with a verification code.</p>
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
{% block maincolumn_content %}
|
||||
|
||||
<h1 class="heading-xlarge">Your profile</h1>
|
||||
<h1 class="heading-large">Your profile</h1>
|
||||
|
||||
{% call(item) list_table(
|
||||
[
|
||||
|
||||
@@ -8,7 +8,7 @@ GOV.UK Notify | Service settings
|
||||
|
||||
{% block fullwidth_content %}
|
||||
|
||||
<h1 class="heading-xlarge">Change your {{ thing }}</h1>
|
||||
<h1 class="heading-large">Change your {{ thing }}</h1>
|
||||
|
||||
<div class="grid-row">
|
||||
<div class="column-three-quarters">
|
||||
|
||||
@@ -8,7 +8,7 @@ GOV.UK Notify | Service settings
|
||||
|
||||
{% block fullwidth_content %}
|
||||
|
||||
<h1 class="heading-xlarge">Change your password</h1>
|
||||
<h1 class="heading-large">Change your password</h1>
|
||||
|
||||
<div class="grid-row">
|
||||
<div class="column-three-quarters">
|
||||
|
||||
@@ -8,7 +8,7 @@ GOV.UK Notify | Service settings
|
||||
|
||||
{% block fullwidth_content %}
|
||||
|
||||
<h1 class="heading-xlarge">Change your {{ thing }}</h1>
|
||||
<h1 class="heading-large">Change your {{ thing }}</h1>
|
||||
|
||||
<div class="grid-row">
|
||||
{% if preamble %}
|
||||
|
||||
@@ -8,7 +8,7 @@ GOV.UK Notify | Service settings
|
||||
|
||||
{% block fullwidth_content %}
|
||||
|
||||
<h1 class="heading-xlarge">Change your {{ thing }}</h1>
|
||||
<h1 class="heading-large">Change your {{ thing }}</h1>
|
||||
|
||||
<div class="grid-row">
|
||||
<div class="column-three-quarters">
|
||||
|
||||
@@ -8,7 +8,7 @@ GOV.UK Notify
|
||||
|
||||
<div class="grid-row">
|
||||
<div class="column-two-thirds">
|
||||
<h1 class="heading-xlarge">Resend verification code</h1>
|
||||
<h1 class="heading-large">Resend verification code</h1>
|
||||
|
||||
<p>Text messages sometimes take a few minutes to arrive. If you do not receive the text message, you can resend it.</p>
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ GOV.UK Notify | Confirm mobile number
|
||||
|
||||
<div class="grid-row">
|
||||
<div class="column-two-thirds">
|
||||
<h1 class="heading-xlarge">Confirm your mobile number</h1>
|
||||
<h1 class="heading-large">Confirm your mobile number</h1>
|
||||
|
||||
<p>We've sent you a confirmation code by text message.</p>
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ GOV.UK Notify | Confirm email address and mobile number
|
||||
|
||||
<div class="grid-row">
|
||||
<div class="column-two-thirds">
|
||||
<h1 class="heading-xlarge">Activate your account</h1>
|
||||
<h1 class="heading-large">Activate your account</h1>
|
||||
|
||||
<p>We've sent you confirmation codes by email and text message. You need to enter both codes here.</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user