|
@ -51,12 +51,12 @@ |
|
|
<input |
|
|
<input |
|
|
type="text" |
|
|
type="text" |
|
|
placeholder="Search…" |
|
|
placeholder="Search…" |
|
|
class="block w-full rounded-l border-r-0 border-slate-400" |
|
|
class="block w-full rounded-l border border-r-0 border-slate-400 px-3 py-2" |
|
|
/> |
|
|
/> |
|
|
<button |
|
|
<button |
|
|
class="px-4 rounded-r bg-slate-200 border border-l-0 border-slate-400" |
|
|
class="px-4 rounded-r bg-slate-200 border border-l-0 border-slate-400" |
|
|
> |
|
|
> |
|
|
<i class="fa-solid fa-magnifying-glass fa-fw"></i> |
|
|
<fa icon="magnifying-glass" class="fa-fw"></fa> |
|
|
</button> |
|
|
</button> |
|
|
</form> |
|
|
</form> |
|
|
|
|
|
|
|
|