File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
assets/stylesheets/partials Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 77 margin : 0 ;
88 padding-bottom : 24px ;
99
10- h3 {
10+ label {
1111 font-size : 1.8rem ;
1212 margin-bottom : 12px ;
13+ font-weight : $fw-medium ;
14+ display : block ;
15+ line-height : 1 ;
1316 }
1417
1518 .form-wrapper {
Original file line number Diff line number Diff line change 11< form id ="search-form " action ="<%= results_path %> " method ="get " role ="search ">
2- < h3 > What can we help you find?</ h3 >
2+ < label for =" basic-search-main " > What can we help you find?</ label >
33 < div class ="form-wrapper ">
44 < input id ="basic-search-main " type ="search " class ="field field-text basic-search-input " name ="q " title ="Keyword anywhere " placeholder ="Search for anything " value ="<%= params [ :q ] %> " required >
55 < input id ="tab-to-target " type ="hidden " name ="tab " value ="<%= @active_tab %> ">
You can’t perform that action at this time.
0 commit comments