Skip to content

Commit

Permalink
Fixed missing span
Browse files Browse the repository at this point in the history
  • Loading branch information
tailwindtoolbox committed Oct 3, 2018
1 parent 97d292a commit b47a35d
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions admin-template.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,13 @@

<div class="flex flex-1 md:w-1/3 justify-center md:justify-start text-white px-2">
<span class="relative w-full">
<input type="search" placeholder="Search" class="w-full bg-grey-darkest text-sm text-white transition border border-transparent focus:outline-none focus:border-grey-darker rounded py-1 px-2 pl-10 appearance-none leading-normal">
<div class="absolute search-icon" style="top: .5rem; left: .8rem;">
<svg class="fill-current pointer-events-none text-white w-4 h-4" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">
<path d="M12.9 14.32a8 8 0 1 1 1.41-1.41l5.35 5.33-1.42 1.42-5.33-5.34zM8 14A6 6 0 1 0 8 2a6 6 0 0 0 0 12z"></path>
</svg>
</div>
<input type="search" placeholder="Search" class="w-full bg-grey-darkest text-sm text-white transition border border-transparent focus:outline-none focus:border-grey-darker rounded py-1 px-2 pl-10 appearance-none leading-normal">
<div class="absolute search-icon" style="top: .5rem; left: .8rem;">
<svg class="fill-current pointer-events-none text-white w-4 h-4" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">
<path d="M12.9 14.32a8 8 0 1 1 1.41-1.41l5.35 5.33-1.42 1.42-5.33-5.34zM8 14A6 6 0 1 0 8 2a6 6 0 0 0 0 12z"></path>
</svg>
</div>
</span>
</div>

<div class="flex w-full pt-2 content-center justify-between md:w-1/3 md:justify-end">
Expand Down

0 comments on commit b47a35d

Please sign in to comment.