mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 15:48:25 -04:00
10 lines
126 B
SCSS
10 lines
126 B
SCSS
|
|
.edit-template {
|
||
|
|
|
||
|
|
&-placeholder-hint {
|
||
|
|
display: block;
|
||
|
|
padding-top: 20px;
|
||
|
|
color: $secondary-text-colour;
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|