static html classnames return to tailwind classnames for .blade files

This commit is contained in:
Burak Civan
2022-06-10 10:17:46 +03:00
parent df5f9e7dc7
commit 12b19a3ad0
16 changed files with 90 additions and 102 deletions

View File

@ -7,7 +7,7 @@
</span>
</div>
<input type="text" name="search" wire:model.debounce.500ms="keyword" class="form-element" autocomplete="off" placeholder="{{ trans('general.search') }}">
<input type="text" name="search" wire:model.debounce.500ms="keyword" class="y text-black placeholder-light-gray bg-white disabled:bg-gray-200 focus:outline-none focus:ring-transparent focus:border-purple" autocomplete="off" placeholder="{{ trans('general.search') }}">
@if ($results)
<div class="dropdown-menu dropdown-menu-xl dropdown-menu-center show" ref="menu">