Add search bar to dash
This commit is contained in:
parent
d78189df23
commit
f337a89320
2 changed files with 17 additions and 2 deletions
|
@ -68,3 +68,15 @@ code {
|
|||
@apply .border .border-grey-light .bg-white .rounded .p-4 .justify-between .leading-normal;
|
||||
}
|
||||
}
|
||||
|
||||
.server-search {
|
||||
@apply .w-full .my-4;
|
||||
|
||||
& > input[type="text"] {
|
||||
@apply .w-full .p-3 .rounded .border .text-grey-darker;
|
||||
|
||||
&:focus {
|
||||
@apply .border-blue-light;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue