UX: Make search result styles more consistent (#13174)

This commit is contained in:
Kris
2021-05-26 20:36:21 -04:00
committed by GitHub
parent 4bf195d502
commit 34c5df2700
3 changed files with 5 additions and 6 deletions
@@ -277,8 +277,9 @@
}
.topic-excerpt {
display: block;
font-size: $font-down-1;
margin-top: 5px;
margin-top: 0.33em;
color: var(--primary-high);
word-wrap: break-word;
line-height: $line-height-large;
@@ -66,6 +66,7 @@
display: flex;
flex-wrap: wrap;
align-items: center;
margin-top: 0.15em;
.discourse-tags {
.discourse-tag {
@@ -73,10 +74,6 @@
}
}
}
a.widget-link {
color: var(--tertiary);
}
}
.main-results {
@@ -148,6 +148,7 @@
font-size: $font-up-1;
background: var(--primary-low);
padding: 0.358em 1em;
margin-bottom: 0;
@include breakpoint(medium) {
padding: 0.358em 0.5em;
}
@@ -293,7 +294,7 @@
}
.search-link {
.topic-title {
font-size: $font-up-2;
font-size: $font-up-1;
line-height: $line-height-medium;
color: var(--primary);
}