Checkpoint: Renommage de l'application "Veille Réglementaire" → "Veille Stratégique" (sidebar, header mobile, titre HTML). Fond bleu dégradé (bleu marine → bleu ciel) sur la page de connexion avec texte blanc adapté.
This commit is contained in:
@@ -118,7 +118,7 @@ export function AppLayout({ children, user, onLogout }: AppLayoutProps) {
|
||||
</div>
|
||||
{!collapsed && (
|
||||
<div className="min-w-0">
|
||||
<p className="text-sm font-bold text-sidebar-foreground leading-tight truncate">Veille Réglementaire</p>
|
||||
<p className="text-sm font-bold text-sidebar-foreground leading-tight truncate">Veille Stratégique</p>
|
||||
<p className="text-xs text-sidebar-foreground/60 truncate">Direction des Opérations</p>
|
||||
</div>
|
||||
)}
|
||||
@@ -283,7 +283,7 @@ export function AppLayout({ children, user, onLogout }: AppLayoutProps) {
|
||||
<Button variant="ghost" size="icon" onClick={() => setMobileOpen(true)}>
|
||||
<Menu size={20} />
|
||||
</Button>
|
||||
<span className="font-semibold text-foreground">Veille Réglementaire</span>
|
||||
<span className="font-semibold text-foreground">Veille Stratégique</span>
|
||||
</header>
|
||||
|
||||
{/* Zone de contenu scrollable */}
|
||||
|
||||
Reference in New Issue
Block a user