Move search summary styles to a stylesheet

This commit is contained in:
Javi Martín
2021-07-05 02:56:39 +02:00
parent b5fd875133
commit 4c47eab608
3 changed files with 10 additions and 2 deletions

View File

@@ -1019,6 +1019,14 @@
}
}
.search-results-summary {
background: $highlight;
margin-bottom: $line-height;
margin-top: -$line-height;
padding-bottom: $line-height;
padding-top: $line-height;
}
// 05. Featured
// ------------