mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 10:08:20 -05:00
41ceff8430
previously search was bundled with discovery, something that makes stuff confusing internally
43 lines
677 B
SCSS
43 lines
677 B
SCSS
.fps-result {
|
|
margin-bottom: 25px;
|
|
max-width: 675px;
|
|
.topic {
|
|
a {
|
|
color: $primary;
|
|
}
|
|
line-height: 20px;
|
|
}
|
|
.avatar {
|
|
position: relative;
|
|
top: -2px;
|
|
margin-right: 4px;
|
|
}
|
|
.search-link {
|
|
.topic-statuses, .topic-title {
|
|
font-size: 1.15em;
|
|
}
|
|
}
|
|
.blurb {
|
|
font-size: 1.0em;
|
|
line-height: 20px;
|
|
word-wrap: break-word;
|
|
clear: both;
|
|
color: scale-color($primary, $lightness: 45%);
|
|
|
|
.search-highlight {
|
|
color: scale-color($primary, $lightness: 25%);
|
|
}
|
|
}
|
|
}
|
|
|
|
.search.row {
|
|
margin-bottom: 15px;
|
|
input {
|
|
height: 22px;
|
|
padding-left: 6px;
|
|
}
|
|
}
|
|
|
|
.search-footer {
|
|
margin-bottom: 30px;
|
|
}
|