add workspace navbar status + creation modal
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user