2015-07-27 02:13:11 -04:00
|
|
|
.fps-result {
|
2015-07-27 05:28:10 -04:00
|
|
|
|
|
|
|
.badge-wrapper span.badge-category {
|
|
|
|
max-width: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
margin-bottom: 28px;
|
2015-07-27 02:13:11 -04:00
|
|
|
max-width: 675px;
|
|
|
|
.topic {
|
2015-08-03 20:15:10 -04:00
|
|
|
padding-bottom: 2px;
|
2015-07-27 02:13:11 -04:00
|
|
|
}
|
|
|
|
.avatar {
|
|
|
|
position: relative;
|
2015-07-27 19:43:03 -04:00
|
|
|
top: -3px;
|
2015-07-27 02:13:11 -04:00
|
|
|
margin-right: 4px;
|
|
|
|
}
|
|
|
|
.search-link {
|
|
|
|
.topic-statuses, .topic-title {
|
2015-07-27 19:43:03 -04:00
|
|
|
font-size: 1.4em;
|
2015-07-27 02:13:11 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
.blurb {
|
|
|
|
font-size: 1.0em;
|
2015-08-03 19:16:46 -04:00
|
|
|
line-height: 20px;
|
2015-07-27 02:13:11 -04:00
|
|
|
word-wrap: break-word;
|
|
|
|
clear: both;
|
2015-08-03 20:30:18 -04:00
|
|
|
color: scale-color($primary, $lightness: 40%);
|
2015-07-27 05:28:10 -04:00
|
|
|
.date {
|
2015-08-03 20:30:18 -04:00
|
|
|
color: scale-color($primary, $lightness: 60%);
|
2015-07-27 05:28:10 -04:00
|
|
|
}
|
2015-07-27 02:13:11 -04:00
|
|
|
|
|
|
|
.search-highlight {
|
|
|
|
color: scale-color($primary, $lightness: 25%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.search.row {
|
|
|
|
margin-bottom: 15px;
|
|
|
|
input {
|
|
|
|
height: 22px;
|
|
|
|
padding-left: 6px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.search-footer {
|
|
|
|
margin-bottom: 30px;
|
|
|
|
}
|