From de143c42d37c338abef1e07a55884a0645929317 Mon Sep 17 00:00:00 2001 From: Max S Date: Mon, 29 Jul 2024 17:49:35 +0200 Subject: [PATCH] last minutes retours --- src/front/Assets/Icons/coffre.svg | 22 ------------------- .../DesignSystem/Footer/classes.module.scss | 13 ++++++----- .../Components/DesignSystem/Modal/index.tsx | 6 +++-- .../Layouts/LoginCallback/index.tsx | 2 +- .../Layouts/LoginCallbackCustomer/index.tsx | 2 +- 5 files changed, 13 insertions(+), 32 deletions(-) delete mode 100644 src/front/Assets/Icons/coffre.svg diff --git a/src/front/Assets/Icons/coffre.svg b/src/front/Assets/Icons/coffre.svg deleted file mode 100644 index 78198721..00000000 --- a/src/front/Assets/Icons/coffre.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/front/Components/DesignSystem/Footer/classes.module.scss b/src/front/Components/DesignSystem/Footer/classes.module.scss index a66b89c7..37143abe 100644 --- a/src/front/Components/DesignSystem/Footer/classes.module.scss +++ b/src/front/Components/DesignSystem/Footer/classes.module.scss @@ -4,18 +4,12 @@ border-top: 1px solid var(--footer-border, #d7dce0); background: var(--footer-background, #fff); padding: var(--spacing-1-5) 0; - font-family: var(--font-title-family, Poppins); - font-size: 12px; - font-weight: var(--font-text-weight-regular, 400); - letter-spacing: 0.06px; .sub-root { display: flex; align-items: center; gap: var(--Radius-lg, 16px); white-space: nowrap; - padding: var(--spacing-1-5, 12px) var(--Radius-xl, 24px); - //make it sticky @media (max-width: 1023px) { padding: 0 12px; @@ -56,4 +50,11 @@ content: "|"; } } + a { + color: var(--footer-contrast, #47535d); + font-family: var(--font-title-family, Poppins); + font-size: 12px; + font-weight: var(--font-text-weight-regular, 400); + letter-spacing: 0.06px; + } } diff --git a/src/front/Components/DesignSystem/Modal/index.tsx b/src/front/Components/DesignSystem/Modal/index.tsx index 8f165f99..c2c6e229 100644 --- a/src/front/Components/DesignSystem/Modal/index.tsx +++ b/src/front/Components/DesignSystem/Modal/index.tsx @@ -46,7 +46,8 @@ export default function Modal(props: IProps) { )} @@ -54,7 +55,8 @@ export default function Modal(props: IProps) { )} diff --git a/src/front/Components/Layouts/LoginCallback/index.tsx b/src/front/Components/Layouts/LoginCallback/index.tsx index a488e4aa..8011f092 100644 --- a/src/front/Components/Layouts/LoginCallback/index.tsx +++ b/src/front/Components/Layouts/LoginCallback/index.tsx @@ -1,6 +1,6 @@ import LandingImage from "../Login/landing-connect.jpeg"; import Image from "next/image"; -import CoffreIcon from "@Assets/Icons/coffre.svg"; +import CoffreIcon from "@Assets/logo_small_blue.svg"; import { useRouter } from "next/router"; import React, { useEffect } from "react"; import classes from "./classes.module.scss"; diff --git a/src/front/Components/Layouts/LoginCallbackCustomer/index.tsx b/src/front/Components/Layouts/LoginCallbackCustomer/index.tsx index f2420f9b..ce0539f1 100644 --- a/src/front/Components/Layouts/LoginCallbackCustomer/index.tsx +++ b/src/front/Components/Layouts/LoginCallbackCustomer/index.tsx @@ -1,6 +1,6 @@ import LandingImage from "../Login/landing-connect.jpeg"; import Image from "next/image"; -import CoffreIcon from "@Assets/Icons/coffre.svg"; +import CoffreIcon from "@Assets/logo_small_blue.svg"; import { useRouter } from "next/router"; import React, { useEffect } from "react"; import classes from "./classes.module.scss";