Add opaque background to search results section

This commit is contained in:
adbelle 2017-06-29 11:21:47 -07:00 committed by beatrix
parent c58877862d
commit 30736f4886
1 changed files with 4 additions and 0 deletions

View File

@ -2990,6 +2990,10 @@ button.icon-button.active i.fa-retweet {
font-weight: 500;
}
.search-results__section {
background: lighten($ui-base-color, 2%);
}
.search-results__hashtag {
display: block;
padding: 10px;