Checkpoint: Remplacement du fond bleu dégradé par le fond blanc (bg-background) sur la page de connexion, avec adaptation des couleurs de texte.

This commit is contained in:
Manus
2026-05-31 15:44:47 -04:00
parent 54fa11fdd8
commit d9cded5970
2 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
{ {
"version": "0d65e3d1", "version": "cf512535",
"timestamp": 1780256440187 "timestamp": 1780256687344
} }

View File

@@ -35,7 +35,7 @@ export default function Login() {
}; };
return ( return (
<div className="min-h-screen bg-gradient-to-br from-[#0d2b5e] via-[#1a4a8a] to-[#1e6bb0] flex items-center justify-center p-4"> <div className="min-h-screen bg-background flex items-center justify-center p-4">
{/* Décoration de fond */} {/* Décoration de fond */}
<div className="absolute inset-0 overflow-hidden pointer-events-none"> <div className="absolute inset-0 overflow-hidden pointer-events-none">
<div className="absolute -top-40 -right-40 w-96 h-96 rounded-full bg-white/10 blur-3xl" /> <div className="absolute -top-40 -right-40 w-96 h-96 rounded-full bg-white/10 blur-3xl" />
@@ -52,8 +52,8 @@ export default function Login() {
className="h-20 w-auto object-contain" className="h-20 w-auto object-contain"
/> />
</div> </div>
<h1 className="text-2xl font-bold text-white">Veille Stratégique</h1> <h1 className="text-2xl font-bold text-foreground">Veille Stratégique</h1>
<p className="text-white/70 mt-1 text-sm">Direction des Opérations Itinova</p> <p className="text-muted-foreground mt-1 text-sm">Direction des Opérations Itinova</p>
</div> </div>
<Card className="border-border/50 shadow-xl"> <Card className="border-border/50 shadow-xl">
@@ -125,7 +125,7 @@ export default function Login() {
{/* Powered by Santinova */} {/* Powered by Santinova */}
<div className="flex items-center justify-center gap-3 mt-6"> <div className="flex items-center justify-center gap-3 mt-6">
<span className="text-xs text-white/60 whitespace-nowrap">powered by</span> <span className="text-xs text-muted-foreground whitespace-nowrap">powered by</span>
<img <img
src={SANTINOVA_LOGO} src={SANTINOVA_LOGO}
alt="Santinova" alt="Santinova"