Skip to content

Commit 467f672

Browse files
committed
add search button
Signed-off-by: Suruchi Kumari <[email protected]>
1 parent fdc2e38 commit 467f672

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

assets/scss/_custom.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,12 @@ body.td-404 main .error-details {
239239
}
240240
}
241241

242+
.flip-nav .search-item {
243+
.td-search-input {
244+
background-color: $dark-grey;
245+
}
246+
}
247+
242248
/* FOOTER */
243249
footer {
244250
background-color: #303030;

layouts/partials/navbar.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
{{ partial "navbar-lang-selector.html" . }}
2525
</li>
2626
{{ end }}
27+
<li class="search-item nav-item mr-n4 mr-lg-0">
28+
{{ partial "search-input.html" . }}
29+
</li>
2730
</ul>
2831
</div>
2932
<button id="hamburger" onclick="kub.toggleMenu()" data-auto-burger-exclude><div></div></button>

0 commit comments

Comments
 (0)