Sha256: 74fbb9ff3fccee624d94f3f843f3d8241f906a8033bd5be315b67f71da826a8a
Contents?: true
Size: 706 Bytes
Versions: 39
Compression:
Stored size: 706 Bytes
Contents
{%- if page.searchbar != true -%} <div class="container"> <div class="row justify-content-center"> <div class="col-lg-6 col-md-8 col-10"> <form class="form-inline"> <div class="input-group w-100 shadow" id="appscms-searchbar"> <input type="text" id="search-features" class="form-control rounded-pill border-0 px-4" id="searchbar-placeholder" placeholder="Search the tool you are looking for" style="width: 50%" /> <div class="btn btn-link btn-search"> <img width="22px" height="22px" src="/assets/images/search-icon.svg" alt="search-icon"> </div> </div> </form> </div> </div> </div> {%- endif -%}
Version data entries
39 entries across 39 versions & 1 rubygems