filter styling

This commit is contained in:
Simon Martens
2025-03-01 03:13:16 +01:00
parent 3968f6b1b4
commit 8bc1fdb79c
7 changed files with 136 additions and 49 deletions

View File

@@ -110,6 +110,10 @@
@apply font-variant-small-caps;
}
#reihenfilter .filter-list-list {
@apply border-b border-zinc-300 min-h-[17rem];
}
#alphabet a[aria-current="page"]:not(.inactive) {
@apply pb-3 pt-2 font-bold italic !bg-stone-50 relative -bottom-3 border-b;
}
@@ -300,6 +304,14 @@
@apply grid grid-cols-12 gap-y-3 w-full gap-x-4;
}
#searchfilter .filter-list-list {
@apply text-base;
}
#searchfilter .filter-list-list {
@apply border shadow-inner;
}
#persontype a {
@apply px-1.5 border-b-[5px] border-transparent hover:border-zinc-200 no-underline font-serif mx-2.5;
}