mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 16:18:42 -05:00
48 lines
781 B
SCSS
48 lines
781 B
SCSS
.fps-result {
|
|
|
|
.badge-wrapper span.badge-category {
|
|
max-width: inherit;
|
|
}
|
|
|
|
margin-bottom: 28px;
|
|
max-width: 675px;
|
|
.topic {
|
|
padding-bottom: 2px;
|
|
}
|
|
.avatar {
|
|
position: relative;
|
|
top: -3px;
|
|
margin-right: 4px;
|
|
}
|
|
.search-link {
|
|
.topic-statuses, .topic-title {
|
|
font-size: 1.4em;
|
|
}
|
|
}
|
|
.blurb {
|
|
font-size: 1.0em;
|
|
line-height: 20px;
|
|
word-wrap: break-word;
|
|
clear: both;
|
|
color: scale-color($primary, $lightness: 40%);
|
|
.date {
|
|
color: scale-color($primary, $lightness: 60%);
|
|
}
|
|
|
|
.search-highlight {
|
|
color: scale-color($primary, $lightness: 25%);
|
|
}
|
|
}
|
|
}
|
|
|
|
.search.row {
|
|
margin-bottom: 15px;
|
|
input {
|
|
height: 22px;
|
|
padding-left: 6px;
|
|
}
|
|
}
|
|
|
|
.search-footer {
|
|
margin-bottom: 30px;
|
|
}
|