search bar style (quick)
This commit is contained in:
parent
09205ce225
commit
3d55e50750
@ -66,6 +66,12 @@ header > form {
|
|||||||
background: none;
|
background: none;
|
||||||
color: var(--light);
|
color: var(--light);
|
||||||
}
|
}
|
||||||
|
& > select {
|
||||||
|
background: none;
|
||||||
|
border: none;
|
||||||
|
outline: none;
|
||||||
|
appearance: none;
|
||||||
|
}
|
||||||
& label > img {
|
& label > img {
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
|
@ -18,7 +18,6 @@
|
|||||||
<header>
|
<header>
|
||||||
<a class="no-style" href="{{url('index')}}">Frutti</a>
|
<a class="no-style" href="{{url('index')}}">Frutti</a>
|
||||||
<form action="{{url('app_search')}}" method="get">
|
<form action="{{url('app_search')}}" method="get">
|
||||||
<input type="text" name="q" id="q" placeholder="Search" />
|
|
||||||
<select name="fruit" id="fruit">
|
<select name="fruit" id="fruit">
|
||||||
<option value="🍎">🍎</option>
|
<option value="🍎">🍎</option>
|
||||||
<option value="🍐">🍐</option>
|
<option value="🍐">🍐</option>
|
||||||
@ -36,14 +35,15 @@
|
|||||||
<option value="🥝">🥝</option>
|
<option value="🥝">🥝</option>
|
||||||
<option value="🥥">🥥</option>
|
<option value="🥥">🥥</option>
|
||||||
</select>
|
</select>
|
||||||
|
<input type="text" name="q" id="q" placeholder="Search" />
|
||||||
<label>
|
<label>
|
||||||
<input type="submit" value="search" />
|
<input type="submit" value="search" />
|
||||||
<img src="{{ asset('/styles/search.svg') }}" alt="Search" />
|
<img src="{{ asset('/styles/search.svg') }}" alt="Search" />
|
||||||
</label>
|
</label>
|
||||||
</form>
|
</form>
|
||||||
<div>
|
<div>
|
||||||
<a class="no-style" href="{{url('app_register')}}">Register</a>
|
<a class="no-style" href="{{url('app_register')}}">Register</a>
|
||||||
<a class="no-style" href="{{url('app_login')}}">Login</a>
|
<a class="no-style" href="{{url('app_login')}}">Login</a>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
Reference in New Issue
Block a user