mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
play with styling on full page results
This commit is contained in:
@@ -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%);
|
||||
|
||||
Reference in New Issue
Block a user