Files
notifications-admin/app/assets/stylesheets/views/edit-template.scss

24 lines
278 B
SCSS
Raw Normal View History

.placeholder-hint {
display: block;
&-title {
@include bold-19;
}
&-action {
@include bold-19;
display: inline-block;
text-decoration: underline;
cursor: pointer;
&:active {
background: $yellow-25;
outline: none;
}
}
}