update serarch

This commit is contained in:
2025-04-27 18:40:18 -03:00
parent 832ba12610
commit 1edd730939
4 changed files with 77 additions and 73 deletions

View File

@@ -11,20 +11,17 @@ body {
@apply text-white bg-black scroll-pt-22 antialiased;
}
/* .pagefind-ui {
@apply w-full;
} */
/* Pagefind */
.pagefind-ui__form {
@apply flex;
}
.pagefind-ui__search-input {
@apply focus:outline-none w-full placeholder:text-white h-13 px-4;
@apply focus:outline-none w-full placeholder:text-white h-10 lg:h-12 px-3.5;
}
.pagefind-ui__search-clear {
@apply cursor-pointer px-2.5 text-sm hover:underline;
@apply cursor-pointer px-3.5 text-sm hover:underline;
}
.pagefind-ui__result-excerpt,
@@ -34,7 +31,7 @@ body {
}
.pagefind-ui__drawer {
@apply absolute w-full top-full bg-white mt-1.5 p-5 rounded-xl drop-shadow space-y-2.5 z-5;
@apply absolute w-full top-full bg-white mt-1.5 p-2.5 lg:p-5 rounded-xl drop-shadow space-y-2.5 z-10;
}
.pagefind-ui__results {
@@ -51,5 +48,9 @@ body {
}
.pagefind-ui__button {
@apply text-center text-sm cursor-pointer hover:underline border border-gray-200 rounded-lg p-1.5 w-full;
@apply text-sm cursor-pointer hover:underline;
}
.pagefind-ui__loading {
@apply w-full h-6 bg-gray-100 animate-pulse text-transparent rounded-lg;
}