We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdc2e38 commit 467f672Copy full SHA for 467f672
assets/scss/_custom.scss
@@ -239,6 +239,12 @@ body.td-404 main .error-details {
239
}
240
241
242
+.flip-nav .search-item {
243
+ .td-search-input {
244
+ background-color: $dark-grey;
245
+ }
246
+}
247
+
248
/* FOOTER */
249
footer {
250
background-color: #303030;
layouts/partials/navbar.html
@@ -24,6 +24,9 @@
24
{{ partial "navbar-lang-selector.html" . }}
25
</li>
26
{{ end }}
27
+ <li class="search-item nav-item mr-n4 mr-lg-0">
28
+ {{ partial "search-input.html" . }}
29
+ </li>
30
</ul>
31
</div>
32
<button id="hamburger" onclick="kub.toggleMenu()" data-auto-burger-exclude><div></div></button>
0 commit comments