Merge pull request #3711 from alphagov/add-extended-character-set-content

Add content about the extended character set
This commit is contained in:
Katie Smith
2020-11-17 10:18:35 +00:00
committed by GitHub
2 changed files with 12 additions and 1 deletions

View File

@@ -60,3 +60,9 @@
.destructive-link--no-visited-state {
@include destructive-link-style-no-visited-state;
}
// Font override classes
.extended-gsm-characters {
font-family: $govuk-font-family-tabular;
letter-spacing: 0.5em;
}

View File

@@ -43,7 +43,12 @@
<p class="govuk-body">See <a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('main.how_to_pay') }}">how to pay</a>.
<h3 class="heading-small" id="long-text-messages">Long text messages</h3>
<p class="govuk-body">If a text message is longer than 160 characters (including spaces), itll be charged as more than one message:</p>
<p class="govuk-body">If a text message is longer than 160 characters (including spaces), itll be charged as more than one message.</p>
<p class="govuk-body">
The following characters are charged as 2 characters each:<br />
<span class="extended-gsm-characters">[]{}^\|~€</span>
</p>
<div class="bottom-gutter-3-2">
{% call mapping_table(
caption='Text message pricing',