diff --git a/apps/frontend/public/logo-icon.png b/apps/frontend/public/logo-icon.png new file mode 100644 index 0000000..d3bdc53 Binary files /dev/null and b/apps/frontend/public/logo-icon.png differ diff --git a/apps/frontend/public/logo.png b/apps/frontend/public/logo.png deleted file mode 100644 index e5e41b2..0000000 Binary files a/apps/frontend/public/logo.png and /dev/null differ diff --git a/apps/frontend/src/app/features/auth/change-password/change-password.html b/apps/frontend/src/app/features/auth/change-password/change-password.html index 1b30b1a..43e1d13 100644 --- a/apps/frontend/src/app/features/auth/change-password/change-password.html +++ b/apps/frontend/src/app/features/auth/change-password/change-password.html @@ -1,7 +1,7 @@
- +

Nouveau mot de passe

Votre mot de passe est provisoire, vous devez le modifier avant de continuer

diff --git a/apps/frontend/src/app/features/auth/change-password/change-password.scss b/apps/frontend/src/app/features/auth/change-password/change-password.scss index 78ab131..ffbc5f8 100644 --- a/apps/frontend/src/app/features/auth/change-password/change-password.scss +++ b/apps/frontend/src/app/features/auth/change-password/change-password.scss @@ -5,10 +5,11 @@ ev-card { 0 8px 10px -6px rgba(0, 0, 0, 0.04); } -.auth-logo { - display: block; - height: 96px; - margin: 0 auto 1.5rem; +.auth-brand { + justify-content: center; + width: 100%; + font-size: 2.1rem; + margin-bottom: 1.75rem; } h1 { diff --git a/apps/frontend/src/app/features/auth/change-password/change-password.ts b/apps/frontend/src/app/features/auth/change-password/change-password.ts index 1acf568..ec6f32d 100644 --- a/apps/frontend/src/app/features/auth/change-password/change-password.ts +++ b/apps/frontend/src/app/features/auth/change-password/change-password.ts @@ -5,11 +5,12 @@ import { AuthService } from '../../../core/services/auth.service'; import { Button } from '../../../shared/components/ui/button/button'; import { Card } from '../../../shared/components/ui/card/card'; import { Alert } from '../../../shared/components/ui/alert/alert'; +import { Brand } from '../../../shared/components/ui/brand/brand'; @Component({ selector: 'app-change-password', standalone: true, - imports: [ReactiveFormsModule, Button, Card, Alert], + imports: [ReactiveFormsModule, Button, Card, Alert, Brand], templateUrl: './change-password.html', styleUrl: './change-password.scss', }) diff --git a/apps/frontend/src/app/features/auth/login/login.html b/apps/frontend/src/app/features/auth/login/login.html index c18a054..f08b407 100644 --- a/apps/frontend/src/app/features/auth/login/login.html +++ b/apps/frontend/src/app/features/auth/login/login.html @@ -1,7 +1,7 @@
- +

Connexion

Accédez à votre espace EnerVision

diff --git a/apps/frontend/src/app/features/auth/login/login.scss b/apps/frontend/src/app/features/auth/login/login.scss index bef0976..50921f3 100644 --- a/apps/frontend/src/app/features/auth/login/login.scss +++ b/apps/frontend/src/app/features/auth/login/login.scss @@ -5,10 +5,11 @@ ev-card { 0 8px 10px -6px rgba(0, 0, 0, 0.04); } -.auth-logo { - display: block; - height: 96px; - margin: 0 auto 1.5rem; +.auth-brand { + justify-content: center; + width: 100%; + font-size: 2.1rem; + margin-bottom: 1.75rem; } h1 { diff --git a/apps/frontend/src/app/features/auth/login/login.ts b/apps/frontend/src/app/features/auth/login/login.ts index ea8f62f..ebac356 100644 --- a/apps/frontend/src/app/features/auth/login/login.ts +++ b/apps/frontend/src/app/features/auth/login/login.ts @@ -6,11 +6,12 @@ import { AuthService } from '../../../core/services/auth.service'; import { Button } from '../../../shared/components/ui/button/button'; import { Card } from '../../../shared/components/ui/card/card'; import { Alert } from '../../../shared/components/ui/alert/alert'; +import { Brand } from '../../../shared/components/ui/brand/brand'; @Component({ selector: 'app-login', standalone: true, - imports: [ReactiveFormsModule, Button, Card, Alert], + imports: [ReactiveFormsModule, Button, Card, Alert, Brand], templateUrl: './login.html', styleUrl: './login.scss', }) diff --git a/apps/frontend/src/app/features/dashboard/dashboard.html b/apps/frontend/src/app/features/dashboard/dashboard.html index fe51bae..40dd995 100644 --- a/apps/frontend/src/app/features/dashboard/dashboard.html +++ b/apps/frontend/src/app/features/dashboard/dashboard.html @@ -1,7 +1,7 @@
- +