From 5262dc7721d7807d918b1670bfeaa8a9e18b2d06 Mon Sep 17 00:00:00 2001 From: Caouissin Laurent Date: Wed, 18 Jan 2023 15:23:22 +0100 Subject: [PATCH] [UI] - Improve style for footer --- src/App.css | 6 +++--- src/ui/components/SurveyList/item/index.jsx | 2 +- src/ui/components/SurveyList/item/itemIcon.jsx | 1 + src/ui/router/index.jsx | 4 ++-- src/ui/shared/Footer/footer.css | 11 ++++++----- 5 files changed, 13 insertions(+), 11 deletions(-) diff --git a/src/App.css b/src/App.css index e00f029..f92746a 100644 --- a/src/App.css +++ b/src/App.css @@ -11,16 +11,16 @@ --theme-menu-link-hover: #514930; --theme-menu-separator: #414c5c; - --theme-footer-link: #514930; + --theme-footer-link: white; --theme-gray-gradient: linear-gradient(180deg, #ffffffd7, #dbdbdb); box-sizing: border-box; - background-color: white; + background-color: #efefef; } body { - background-color: white; + background-color: #efefef; } .main-content { diff --git a/src/ui/components/SurveyList/item/index.jsx b/src/ui/components/SurveyList/item/index.jsx index 174bda5..b3908f5 100644 --- a/src/ui/components/SurveyList/item/index.jsx +++ b/src/ui/components/SurveyList/item/index.jsx @@ -123,8 +123,8 @@ export const SurveyItem = ({ survey, index }) => { spacing={1} container direction="column" - sx={{ textAlign: "right" }} justifyContent="center" + alignItems="end" > { const getLogoType = () => { diff --git a/src/ui/router/index.jsx b/src/ui/router/index.jsx index a0a1559..faebc74 100644 --- a/src/ui/router/index.jsx +++ b/src/ui/router/index.jsx @@ -21,13 +21,13 @@ export const Router = () => {
- +
-
+