2016-03-30 11:39:16 +01:00
|
|
|
.placeholder-hint {
|
2016-02-18 07:44:50 +00:00
|
|
|
|
2016-03-30 11:39:16 +01:00
|
|
|
display: block;
|
|
|
|
|
|
|
|
|
|
&-title {
|
|
|
|
|
@include bold-19;
|
2016-02-18 07:44:50 +00:00
|
|
|
}
|
|
|
|
|
|
2016-03-30 11:39:16 +01: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
|
|
|
}
|