This commit is contained in:
2025-04-27 19:56:55 -03:00
parent 1edd730939
commit 8976a32732
5 changed files with 29 additions and 69 deletions

View File

@@ -17,13 +17,14 @@ body {
}
.pagefind-ui__search-input {
@apply focus:outline-none w-full placeholder:text-white h-10 lg:h-12 px-3.5;
@apply focus:outline-none w-full placeholder:text-white h-10 lg:h-12 indent-10;
}
.pagefind-ui__search-clear {
@apply cursor-pointer px-3.5 text-sm hover:underline;
}
.pagefind-ui__filter-panel,
.pagefind-ui__result-excerpt,
.pagefind-ui__suppressed,
.pagefind-ui__hidden {
@@ -31,7 +32,7 @@ body {
}
.pagefind-ui__drawer {
@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;
@apply absolute w-full top-full bg-white mt-1.5 p-5 rounded-xl drop-shadow space-y-2.5 z-10;
}
.pagefind-ui__results {