mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-31 11:30:28 -04:00
Merge pull request #3711 from alphagov/add-extended-character-set-content
Add content about the extended character set
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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), it’ll be charged as more than one message:</p>
|
||||
<p class="govuk-body">If a text message is longer than 160 characters (including spaces), it’ll 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',
|
||||
|
||||
Reference in New Issue
Block a user