{!this.props.isArchived && (
diff --git a/src/front/Components/DesignSystem/Header/classes.module.scss b/src/front/Components/DesignSystem/Header/classes.module.scss
index 89f3b93d..3c51f7f6 100644
--- a/src/front/Components/DesignSystem/Header/classes.module.scss
+++ b/src/front/Components/DesignSystem/Header/classes.module.scss
@@ -31,10 +31,6 @@
.profile-section {
display: inline-flex;
- > :first-child {
- margin-right: 32px;
- }
-
@media (max-width: $screen-ls) {
display: none;
}
@@ -61,4 +57,4 @@
}
}
}
-}
+}
\ No newline at end of file
diff --git a/src/front/Components/Layouts/Login/classes.module.scss b/src/front/Components/Layouts/Login/classes.module.scss
index 8fc12a31..b1f43eee 100644
--- a/src/front/Components/Layouts/Login/classes.module.scss
+++ b/src/front/Components/Layouts/Login/classes.module.scss
@@ -1,13 +1,21 @@
+@import "@Themes/constants.scss";
+
.root {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
height: 100%;
+ max-width: 530px;
+ margin: auto;
.title {
margin: 32px 0;
text-align: center;
+
+ @media (max-width: $screen-s) {
+ font-family: 48px;
+ }
}
.forget-password {
diff --git a/src/front/Components/Layouts/Login/index.tsx b/src/front/Components/Layouts/Login/index.tsx
index 196dd836..5b5be2e8 100644
--- a/src/front/Components/Layouts/Login/index.tsx
+++ b/src/front/Components/Layouts/Login/index.tsx
@@ -7,6 +7,7 @@ import LandingImage from "./landing-connect.png";
import Image from "next/image";
import DefaultDoubleSidePage from "@Front/Components/LayoutTemplates/DefaultDoubleSidePage";
import { FrontendVariables } from "@Front/Config/VariablesFront";
+import idNoteLogo from "@Assets/Icons/id-note-logo.svg";
export default class LoginClass extends BasePage {
public override render(): JSX.Element {
@@ -17,7 +18,9 @@ export default class LoginClass extends BasePage {
Connexion espace professionnel
-
+
Vous n'arrivez pas à vous connecter ?