340340
341341.reference-ui-header {
342342 padding : 32px 24px ;
343- border-bottom : 1px solid # eeeeee ; }
343+ z-index : 1 ;
344+ border-bottom : 1px solid # eeeeee ;
345+ min-height : 115px ; }
344346 .reference-ui-header__title {
345347 font-weight : 400 ;
346348 text-align : center; }
@@ -367,23 +369,90 @@ a {
367369 display : flex;
368370 overflow : hidden;
369371 justify-content : center;
370- height : 50px ;
371372 align-items : stretch; }
373+ .searchbox .outer-wrapper {
374+ position : relative;
375+ width : 100% ;
376+ display : flex; }
377+ .searchbox .query-suggestions-wrapper {
378+ width : 100% ;
379+ height : auto;
380+ outline : none;
381+ display : flex;
382+ border-radius : 3px ; }
383+ .searchbox .query-suggestions {
384+ display : none; }
372385 .searchbox__text-input {
373386 width : 100% ;
374387 border-radius : 3px ;
375388 border : 1px solid # abb1b7 ;
376389 padding : 0 1em ;
377- outline : none; }
390+ outline : none;
391+ height : 50px ; }
378392 .searchbox__text-input ::placeholder {
379393 color : # aaaaaa ; }
380394 .searchbox__text-input .focus {
381395 border : 1px solid # 3a56e4 ; }
382396 .searchbox__submit {
383397 padding : 0 2em ;
384- margin-left : 10px ; }
398+ margin-left : 10px ;
399+ height : 50px ; }
385400 .live-filtering .searchbox__submit {
386401 display : none; }
402+ .searchbox .query-suggest {
403+ overflow : visible;
404+ position : absolute;
405+ width : calc (100% - 3em );
406+ left : 0 ;
407+ right : 0 ;
408+ z-index : 1 ; }
409+ .searchbox .query-suggest .searchbox__text-input {
410+ border-bottom : none;
411+ border-bottom-left-radius : 0 ;
412+ border-bottom-right-radius : 0 ; }
413+ .searchbox .query-suggest .query-suggestions-wrapper {
414+ width : 100% ;
415+ outline : none;
416+ display : flex;
417+ flex-direction : column;
418+ box-shadow : 0px 2px 2px 0px rgba (0 , 0 , 0 , 0.2 ); }
419+ .searchbox .query-suggest .query-suggestions {
420+ display : flex;
421+ flex-direction : column;
422+ width : 100% ;
423+ top : 50px ;
424+ margin : 0 ;
425+ padding : 1em 0 ;
426+ line-height : 1.5 ;
427+ background : white;
428+ border-top : 1px solid # f0f0f0 ;
429+ border-left : 1px solid # abb1b7 ;
430+ border-right : 1px solid # abb1b7 ;
431+ border-bottom : 1px solid # abb1b7 ;
432+ border-top-left-radius : 0 ;
433+ border-top-right-radius : 0 ;
434+ border-bottom-left-radius : 3px ;
435+ border-bottom-right-radius : 3px ; }
436+ .searchbox .query-suggest .searchbox__text-input .focus + .query-suggestions {
437+ border-left : 1px solid # 3a56e4 ;
438+ border-right : 1px solid # 3a56e4 ;
439+ border-bottom : 1px solid # 3a56e4 ; }
440+ .searchbox .query-suggest .query-suggestions li {
441+ padding : 0 ;
442+ margin : 0 ; }
443+ .searchbox .query-suggest .query-suggestions a {
444+ color : # 333333 ;
445+ text-decoration : none;
446+ display : block;
447+ padding : 0 1em ; }
448+ .searchbox .query-suggest .query-suggestions a : hover {
449+ background : # f0f0f0 ; }
450+ .searchbox .query-suggest .query-suggestions a : focus {
451+ outline : none;
452+ background : # f0f0f0 ; }
453+ .searchbox .query-suggest .query-suggestions em {
454+ font-weight : bold;
455+ font-style : normal; }
387456
388457.search-results {
389458 max-width : 1300px ;
0 commit comments