This commit is contained in:
Julian Freeman
2026-03-11 12:43:17 -04:00
parent 9b55bea09d
commit 1bc5e4ecad
3 changed files with 71 additions and 50 deletions

View File

@@ -71,6 +71,11 @@ body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helve
.rounded { border-radius: 0.25rem; }
.rounded-lg { border-radius: 0.5rem; }
.shadow-sm { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); }
.max-h-40 { max-height: 10rem; }
.text-\[10px\] { font-size: 10px; }
.mt-0\.5 { margin-top: 0.125rem; }
.space-y-2\.5 > * + * { margin-top: 0.625rem; }
.pr-1 { padding-right: 0.25rem; }
.hidden { display: none; }
.rotate-180 { transform: rotate(180deg); }
.cursor-pointer { cursor: pointer; }