Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add guidance on font size for confirmation page #481

Merged
merged 1 commit into from
Jun 5, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 11 additions & 7 deletions app/views/guide_colour.html
Original file line number Diff line number Diff line change
Expand Up @@ -359,12 +359,19 @@ <h4 class="heading-small">GOV.UK blue</h4>
</p>

<h3 class="heading-medium" id="examples">Examples</h3>
<h4 class="heading-small">Transaction end page</h4>
<h4 class="heading-small">Confirmation page</h4>

<div class="example">
<div class="text">
<div class="panel panel-border-wide">
<p>
When using the white text on a turquoise background &mdash; ensure the minimum text size is 24px normal weight, or 19px bold. This is to meet colour contrast ratio requirements.
</p>
</div>
</div>

<div class="grid-row">
<div class="column-two-thirds">
<div class="example">
<div class="grid-row">
<div class="column-two-thirds">

<h1 class="heading-xlarge">
Example service name
Expand Down Expand Up @@ -393,11 +400,8 @@ <h2 class="heading-medium">
<p>
They will contact you either to confirm your registration, or to ask for more information.
</p>

</div>
</div>

</div>

</main><!-- / #content -->
{% endblock %}