play with styling on full page results

This commit is contained in:
Sam
2015-07-27 19:28:10 +10:00
parent 2473a00b26
commit edb794ee86
2 changed files with 20 additions and 7 deletions

View File

@@ -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%);