discourse/app/assets/stylesheets/common/base/search.scss

52 lines
846 B
SCSS
Raw Normal View History

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