Merge pull request #2169 from brkcvn/search-box-top

Search box done development for blade
This commit is contained in:
Cüneyt Şentürk
2021-06-30 18:42:50 +03:00
committed by GitHub
3 changed files with 11 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
<div class="position-relative js-search-input-box" style="height: 45px;">
<div class="position-relative js-search-box-hidden" style="height: 48.5px;">
<div class="border-bottom-0 w-100 position-absolute left-0 right-0" style="z-index: 9;">
<input type="text" placeholder="Search or filter results..." class="form-control" />
</div>