File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -239,6 +239,25 @@ body.td-404 main .error-details {
239
239
}
240
240
}
241
241
242
+ .flip-nav .search-item {
243
+ .td-search-input {
244
+ background-color : $medium-grey ;
245
+ }
246
+ input , textarea {
247
+ color : white ;
248
+ }
249
+ textarea :focus , input :focus {
250
+ color : white ;
251
+ }
252
+ }
253
+
254
+ @media only screen and (max-width : 1500px ) {
255
+ header nav .search-item {
256
+ display : none ;
257
+ }
258
+ }
259
+
260
+
242
261
/* FOOTER */
243
262
footer {
244
263
background-color : #303030 ;
Original file line number Diff line number Diff line change 24
24
{{ partial "navbar-lang-selector.html" . }}
25
25
</ li >
26
26
{{ end }}
27
+ < li class ="search-item nav-item mr-n4 mr-lg-0 ">
28
+ {{ partial "search-input.html" . }}
29
+ </ li >
27
30
</ ul >
28
31
</ div >
29
32
< button id ="hamburger " onclick ="kub.toggleMenu() " data-auto-burger-exclude > < div > </ div > </ button >
You can’t perform that action at this time.
0 commit comments