Merge pull request #138 from alphagov/make-headings-smaller

Make headings `.heading-large` instead of `.heading-xlarge`
This commit is contained in:
Chris Hill-Scott
2016-02-02 14:28:29 +00:00
42 changed files with 42 additions and 42 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -7,7 +7,7 @@
{% block maincolumn_content %}
<h1 class="heading-xlarge">
<h1 class="heading-large">
API keys
</h1>

View File

@@ -8,7 +8,7 @@
{% block maincolumn_content %}
<h1 class="heading-xlarge">
<h1 class="heading-large">
Add a new API key
</h1>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -7,7 +7,7 @@
{% block maincolumn_content %}
<h1 class="heading-xlarge">
<h1 class="heading-large">
Choose service
</h1>

View File

@@ -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>

View File

@@ -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) }}

View File

@@ -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>

View File

@@ -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>

View File

@@ -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,

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -7,7 +7,7 @@
{% block maincolumn_content %}
<h1 class="heading-xlarge">Service settings</h1>
<h1 class="heading-large">Service settings</h1>
{{ browse_list([
{

View File

@@ -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">

View File

@@ -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 cant be undone. You will lose:

View File

@@ -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">

View File

@@ -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">

View File

@@ -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">

View File

@@ -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>

View File

@@ -15,7 +15,7 @@
{% block maincolumn_content %}
<h1 class="heading-xlarge">
<h1 class="heading-large">
Styleguide
</h1>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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(
[

View File

@@ -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">

View File

@@ -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">

View File

@@ -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 %}

View File

@@ -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">

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>