Files
fusion/packages/dashboard/app/components/BackendConnectionErrorPage.css
Fusion 419c6f3b31 feat(FN-3400): add native shell connection handoff, plugin management CLI/l
This merge adds a complete plugin management system (FN-3565) with CLI commands, a loader, runner, and dashboard routes, along with project-scoped auth storage (FN-3544), native shell connection support for mobile (FN-3400) spanning onboarding, connection manager, and remote desktop handoff, and ref

Fusion-Task-Id: FN-3400
2026-05-06 05:29:56 -07:00

18 lines
327 B
CSS

.project-overview-empty {
display: flex;
flex-direction: column;
gap: var(--space-md);
align-items: center;
justify-content: center;
text-align: center;
padding: var(--space-2xl);
max-width: 40rem;
margin: 0 auto;
}
@media (max-width: 768px) {
.project-overview-empty {
padding: var(--space-lg);
}
}