Clean up search

This commit is contained in:
Jon Staab
2026-06-24 13:10:06 -07:00
parent 74d3a25461
commit 9955a50add
21 changed files with 482 additions and 457 deletions
+4
View File
@@ -88,6 +88,10 @@
@apply rounded-box text-base-content border-base-content/20 bg-base-100 border border-solid p-4 shadow-xl/5 sm:p-6;
}
@utility card2-interactive {
@apply cursor-pointer hover:scale-101 transition-all;
}
@utility column {
@apply flex flex-col;
}