update style of add system dialog

This commit is contained in:
Henry Dollman
2025-02-06 20:01:04 -05:00
parent 44d930a700
commit 31d52d5e15
2 changed files with 31 additions and 26 deletions

View File

@@ -78,9 +78,19 @@
body {
@apply bg-background text-foreground;
}
}
@layer utilities {
.link {
@apply text-primary font-medium underline-offset-4 hover:underline;
}
/* New system dialog width */
.ns-dialog {
min-width: 30.3rem;
}
:where(:lang(zh), :lang(zh-CN), :lang(ko)) .ns-dialog {
min-width: 27.9rem;
}
}
.recharts-tooltip-wrapper {