mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-25 10:29:14 -04:00
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.
10 lines
128 B
SCSS
10 lines
128 B
SCSS
.edit-template {
|
|
|
|
&-placeholder-hint {
|
|
display: block;
|
|
padding-top: 20px;
|
|
//color: $secondary-text-colour;
|
|
}
|
|
|
|
}
|