add workspace navbar status + creation modal

This commit is contained in:
2026-03-12 09:20:25 +08:00
parent bc099512db
commit 94489a7769
11 changed files with 648 additions and 16 deletions

View File

@@ -33,3 +33,24 @@
color: var(--color-foreground);
}
}
@layer utilities {
@media (min-width: 1024px) {
.text-xs {
font-size: 0.875rem !important; /* Bumps 12px to 14px */
line-height: 1.25rem !important;
}
.text-sm {
font-size: 1rem !important; /* Bumps 14px to 16px */
line-height: 1.5rem !important;
}
.text-base {
font-size: 1.125rem !important; /* Bumps 16px to 18px */
line-height: 1.75rem !important;
}
.text-lg {
font-size: 1.25rem !important; /* Bumps 18px to 20px */
line-height: 1.75rem !important;
}
}
}