add custom search field component
This commit is contained in:
parent
df406b636e
commit
30c138d13f
4 changed files with 84 additions and 9 deletions
|
|
@ -43,7 +43,7 @@
|
|||
|
||||
/* input field */
|
||||
.input-field {
|
||||
@apply border p-2 w-full rounded placeholder-gray-400;
|
||||
@apply p-2 w-full border rounded-md placeholder-gray-400 border-gray-600 hover:border-blue-600 transition-colors text-gray-600 focus:outline-none focus:border-blue-800;
|
||||
}
|
||||
|
||||
.text-area {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue