play with styling on full page results
This commit is contained in:
parent
2473a00b26
commit
edb794ee86
|
@ -19,8 +19,13 @@
|
|||
</a>{{category-link result.topic.category}}
|
||||
</div>
|
||||
<div class='blurb container'>
|
||||
{{format-age result.created_at}}{{#if result.blurb}}
|
||||
–
|
||||
<span class='date'>
|
||||
{{format-age result.created_at}}
|
||||
{{#if result.blurb}}
|
||||
-
|
||||
{{/if}}
|
||||
</span>
|
||||
{{#if result.blurb}}
|
||||
{{{unbound result.blurb}}}
|
||||
{{/if}}
|
||||
</div>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
.fps-result {
|
||||
margin-bottom: 25px;
|
||||
|
||||
.badge-wrapper span.badge-category {
|
||||
max-width: inherit;
|
||||
}
|
||||
|
||||
margin-bottom: 28px;
|
||||
max-width: 675px;
|
||||
.topic {
|
||||
a {
|
||||
color: $primary;
|
||||
color: scale-color($primary, $lightness: 10%);
|
||||
}
|
||||
line-height: 20px;
|
||||
}
|
||||
|
@ -14,15 +19,18 @@
|
|||
}
|
||||
.search-link {
|
||||
.topic-statuses, .topic-title {
|
||||
font-size: 1.15em;
|
||||
font-size: 1.25em;
|
||||
}
|
||||
}
|
||||
.blurb {
|
||||
font-size: 1.0em;
|
||||
line-height: 20px;
|
||||
line-height: 24px;
|
||||
word-wrap: break-word;
|
||||
clear: both;
|
||||
color: scale-color($primary, $lightness: 45%);
|
||||
color: scale-color($primary, $lightness: 20%);
|
||||
.date {
|
||||
color: scale-color($primary, $lightness: 40%);
|
||||
}
|
||||
|
||||
.search-highlight {
|
||||
color: scale-color($primary, $lightness: 25%);
|
||||
|
|
Loading…
Reference in New Issue