search
This commit is contained in:
parent
1b76727eff
commit
3c10e88b18
14 changed files with 272 additions and 139 deletions
|
|
@ -1,8 +1,14 @@
|
|||
<div class="search">
|
||||
<input type="checkbox" id="search-toggle" class="search__toggle">
|
||||
<label for="search-toggle" class="search__label">
|
||||
|
||||
|
||||
<label for="search-toggle">
|
||||
<span class="search__icon search__icon--open"><include src="/components/icons/search.svg"></include></span>
|
||||
<span class="search__icon search__icon--close"><include src="/components/icons/x-lg.svg"></include></span>
|
||||
</label>
|
||||
<input type="text" class="search__input" placeholder="Recherchez une plante ou un livret">
|
||||
</label>
|
||||
|
||||
<div class="search__input-group">
|
||||
<button><include src="/components/icons/search.svg"></include></button>
|
||||
<input type="text" id="search__input" placeholder="Recherchez une plante ou un livret">
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue