mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 19:00:32 -06:00
UX: Small adjustments to similar topics popup
This commit is contained in:
parent
fe5374dd3b
commit
23515a68ca
@ -142,7 +142,7 @@
|
|||||||
background-color: $tertiary-low;
|
background-color: $tertiary-low;
|
||||||
|
|
||||||
a[href] {
|
a[href] {
|
||||||
color: $primary-medium;
|
color: $primary;
|
||||||
}
|
}
|
||||||
|
|
||||||
.posts-count {
|
.posts-count {
|
||||||
@ -158,9 +158,12 @@
|
|||||||
.fa, .blurb {
|
.fa, .blurb {
|
||||||
color: dark-light-choose($primary-high, $secondary-medium);
|
color: dark-light-choose($primary-high, $secondary-medium);
|
||||||
}
|
}
|
||||||
|
span.topic {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.badge-wrapper {
|
.badge-wrapper {
|
||||||
padding-left: 5px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ and (max-width : 570px) {
|
|||||||
display: block;
|
display: block;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
font-size: $font-down-2;
|
font-size: $font-down-2;
|
||||||
line-height: $line-height-medium;
|
line-height: $line-height-large;
|
||||||
.search-highlight {
|
.search-highlight {
|
||||||
color: dark-light-choose($primary-high, $secondary-low);
|
color: dark-light-choose($primary-high, $secondary-low);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user