diff --git a/app/assets/stylesheets/common/base/not-found.scss b/app/assets/stylesheets/common/base/not-found.scss index 8738f3f5e74..6cf7a3ab4be 100644 --- a/app/assets/stylesheets/common/base/not-found.scss +++ b/app/assets/stylesheets/common/base/not-found.scss @@ -53,3 +53,11 @@ flex-basis: 100%; } } + +.page-not-found-search { + label { + color: var(--primary); + font-size: var(--font-up-3); + margin-bottom: 0.5em; + } +} diff --git a/app/views/exceptions/not_found.html.erb b/app/views/exceptions/not_found.html.erb index c2b06f4d2ab..373a6c18059 100644 --- a/app/views/exceptions/not_found.html.erb +++ b/app/views/exceptions/not_found.html.erb @@ -21,13 +21,11 @@ <%- unless @hide_search%>
-
- +