Apply blank slate styles to .search__empty
This commit is contained in:
@@ -69,8 +69,8 @@ summary {
|
||||
|
||||
.search__empty {
|
||||
margin-block: 3em;
|
||||
opacity: 0.66;
|
||||
text-align: center;
|
||||
margin-inline: auto;
|
||||
inline-size: fit-content;
|
||||
}
|
||||
|
||||
.search__excerpt {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<section class="search">
|
||||
<div class="search__results">
|
||||
<% unless page.used? %>
|
||||
<div class="search__empty">
|
||||
<div class="search__empty blank-slate blank-slate--empty">
|
||||
No matches
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user