Files
notifications-admin/app/assets/stylesheets/views/edit-template.scss
Chris Hill-Scott b4e6f734c8 Reword the help text about adding placeholders
In research we’ve seen users struggle with this. Often they’d type
((Joe Bloggs)) or ((XX/XX/XXXX)) instead of a sensible name.

Lets see if explaining it differently helps.
2016-03-14 10:39:52 +00:00

10 lines
128 B
SCSS

.edit-template {
&-placeholder-hint {
display: block;
padding-top: 20px;
//color: $secondary-text-colour;
}
}