mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Enhance the ‘how to do placeholders’ hint
This commit makes the ‘how to do placeholders’ box part of the tour, with the same blue background. It also adds some Javascript enhancement so that: - it responds to the contents of the message template - has a ‘show me’ link which inserts ‘Dear ((name))’ into the template contents textbox We’ve found that this has helped people understnad what placeholders are, and how to do them.
This commit is contained in:
@@ -80,6 +80,11 @@
|
||||
list-style-type: decimal;
|
||||
}
|
||||
|
||||
p {
|
||||
@include core-19;
|
||||
margin: 0 0 10px 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.banner-tip-with-tick {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
.textbox-highlight {
|
||||
|
||||
$tag-background: rgba($light-blue, 0.7);
|
||||
$tag-background: rgba($light-blue, 0.6);
|
||||
|
||||
&-wrapper {
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user