Improved search button and results, added blur to content

(cherry picked from commit 99371e971406090a2dba7b9b69f514a8f87afce3)
This commit is contained in:
Silvio Giebl
2019-07-22 21:50:15 +02:00
parent 7c93bcc48f
commit 887a18daa0
3 changed files with 13 additions and 1 deletions

View File

@@ -181,3 +181,12 @@
align-items: center;
justify-content: center;
}
.search-results,
.search-button {
border: 1px solid rgba($link-color, 0.3);
}
.blur {
filter: blur(5px);
}