mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
Add a link to help page from the trial mode banner
This commit is contained in:
@@ -112,7 +112,7 @@
|
|||||||
margin-top: $gutter;
|
margin-top: $gutter;
|
||||||
|
|
||||||
.heading-medium {
|
.heading-medium {
|
||||||
margin-top: 0;
|
margin: 0 0 10px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
@@ -129,4 +129,14 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.big-number {
|
||||||
|
|
||||||
|
margin-top: 10px;
|
||||||
|
|
||||||
|
&-label {
|
||||||
|
padding-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,12 +3,13 @@
|
|||||||
|
|
||||||
{% call banner_wrapper(type="mode") %}
|
{% call banner_wrapper(type="mode") %}
|
||||||
|
|
||||||
|
<h2 class="heading-medium">Trial mode</h2>
|
||||||
<div class="grid-row">
|
<div class="grid-row">
|
||||||
<div class="column-one-half">
|
<div class="column-one-half">
|
||||||
<h2 class="heading-medium">Trial mode</h2>
|
|
||||||
<p>
|
<p>
|
||||||
We’ll only deliver messages to you and members of your team
|
We’ll only deliver messages to you and members of your team
|
||||||
|
<br>
|
||||||
|
<a href="{{ url_for(".help", _anchor="trial-mode") }}">Find out more</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="column-one-sixth">
|
<div class="column-one-sixth">
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
<div class="column-two-thirds">
|
<div class="column-two-thirds">
|
||||||
<h1 class="heading-xlarge">Help</h1>
|
<h1 class="heading-xlarge">Help</h1>
|
||||||
|
|
||||||
<h2 class="heading-large">Trial mode</h2>
|
<h2 class="heading-large" id="trial-mode">Trial mode</h2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
When you create a service on GOV.UK Notify, you start off in trial
|
When you create a service on GOV.UK Notify, you start off in trial
|
||||||
|
|||||||
Reference in New Issue
Block a user