mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-25 08:44:23 -04:00
Add a tour for users new to broadcast services
This is an initial, prototype-quality attempt at introducing some kind of tour for users new to broadcasting. A lot of the users we’re speaking to don’t have a good concept of what broadcasting means, which is causing usability problems down the line. We did a similar thing in the early days of Notify to explain the concept of message templates and personalisation.
This commit is contained in:
BIN
app/assets/images/broadcast-tour/1.png
Normal file
BIN
app/assets/images/broadcast-tour/1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 100 KiB |
BIN
app/assets/images/broadcast-tour/2.png
Normal file
BIN
app/assets/images/broadcast-tour/2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 117 KiB |
BIN
app/assets/images/broadcast-tour/3.png
Normal file
BIN
app/assets/images/broadcast-tour/3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 111 KiB |
3214
app/assets/images/broadcast-tour/artwork.ai
Normal file
3214
app/assets/images/broadcast-tour/artwork.ai
Normal file
File diff suppressed because one or more lines are too long
@@ -78,6 +78,11 @@
|
||||
box-shadow: inset 0 -1em 1.6em 0 rgba(0, 0, 0, 0.05);
|
||||
border: 0;
|
||||
|
||||
&-no-fixed-height {
|
||||
height: auto;
|
||||
min-height: 425px;
|
||||
}
|
||||
|
||||
.heading-medium {
|
||||
@include core-24;
|
||||
}
|
||||
@@ -98,6 +103,18 @@
|
||||
|
||||
}
|
||||
|
||||
ul {
|
||||
@include core-24;
|
||||
color: $white;
|
||||
margin-bottom: govuk-spacing(5);
|
||||
}
|
||||
|
||||
li {
|
||||
margin-bottom: govuk-spacing(3);
|
||||
list-style-type: disc;
|
||||
margin-left: govuk-spacing(6);
|
||||
}
|
||||
|
||||
a {
|
||||
|
||||
font-weight: bold;
|
||||
@@ -123,6 +140,10 @@
|
||||
}
|
||||
|
||||
}
|
||||
img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.greyed-out-step {
|
||||
opacity: 0.6;
|
||||
|
||||
Reference in New Issue
Block a user