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

24 lines
278 B
SCSS
Raw Normal View History

.placeholder-hint {
2016-02-18 07:44:50 +00:00
display: block;
&-title {
@include bold-19;
2016-02-18 07:44:50 +00:00
}
&-action {
@include bold-19;
display: inline-block;
text-decoration: underline;
cursor: pointer;
&:active {
background: $yellow-25;
outline: none;
}
}
2016-02-18 07:44:50 +00:00
}