UX: Small adjustments to similar topics popup

This commit is contained in:
Kris 2018-01-18 13:52:40 -05:00
parent fe5374dd3b
commit 23515a68ca
2 changed files with 6 additions and 3 deletions

View File

@ -142,7 +142,7 @@
background-color: $tertiary-low;
a[href] {
color: $primary-medium;
color: $primary;
}
.posts-count {
@ -158,9 +158,12 @@
.fa, .blurb {
color: dark-light-choose($primary-high, $secondary-medium);
}
span.topic {
display: flex;
}
}
.badge-wrapper {
padding-left: 5px;
margin-left: 5px;
}
}

View File

@ -35,7 +35,7 @@ and (max-width : 570px) {
display: block;
word-wrap: break-word;
font-size: $font-down-2;
line-height: $line-height-medium;
line-height: $line-height-large;
.search-highlight {
color: dark-light-choose($primary-high, $secondary-low);
}