From 829a30498e8871393abbcf86566ba85b03043cb3 Mon Sep 17 00:00:00 2001 From: Andrei Dekterev Date: Wed, 28 Sep 2022 11:43:31 +0400 Subject: [PATCH] style(#2837): fix style facr for main page and useraccount page --- public/images/facr-logo.svg | 105 ++++++++++++++-------------- src/config/clients/facr.tsx | 16 ++--- src/features/MatchPage/index.tsx | 3 +- src/features/UserAccount/styled.tsx | 2 +- 4 files changed, 63 insertions(+), 63 deletions(-) diff --git a/public/images/facr-logo.svg b/public/images/facr-logo.svg index 793edb19..4a076e24 100644 --- a/public/images/facr-logo.svg +++ b/public/images/facr-logo.svg @@ -1,67 +1,66 @@ - - + + - + - + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - + - + - - - - - + + + + + - - - - - - - - - - + + + + + + + + + - + diff --git a/src/config/clients/facr.tsx b/src/config/clients/facr.tsx index e94e3a06..3d7e6333 100644 --- a/src/config/clients/facr.tsx +++ b/src/config/clients/facr.tsx @@ -38,14 +38,14 @@ export const facr: ClientConfig = { homePageHeader: css` background: linear-gradient(83.42deg, #00257A 53.04%, rgba(0, 0, 0, 0) 94.83%), #000000; `, - logo: 'facr_auth_logo.png', - logoHeight: 4.76, - logoLeft: 1.17, + logo: 'facr-logo.svg', + logoHeight: 6.3, + logoLeft: 1.1, logoTop: 1.74, - logoWidth: 6.22, - matchLogoHeight: 2.6, + logoWidth: 8.25, + matchLogoHeight: 3.4, matchLogoTopMargin: 0.9, - matchLogoWidth: 3.4, + matchLogoWidth: 4.5, matchPageMobileHeaderLogo: css` width: 35px; height: 25px; @@ -56,8 +56,8 @@ export const facr: ClientConfig = { height: 37px; `, userAccountLogo: css` - width: 6.22rem; - height: 4.76rem; + width: 4.56rem; + height: 3.488rem; `, }, termsLink: '/terms-and-conditions?client_id=facr-ott-web', diff --git a/src/features/MatchPage/index.tsx b/src/features/MatchPage/index.tsx index e4c15900..84a4df47 100644 --- a/src/features/MatchPage/index.tsx +++ b/src/features/MatchPage/index.tsx @@ -12,6 +12,7 @@ import { import { FavoritesActions } from 'requests' import { ProfileTypes } from 'config' +import { client } from 'config/clients' import { usePageLogger } from 'hooks/usePageLogger' import { usePageParams } from 'hooks/usePageParams' @@ -65,7 +66,7 @@ const MatchPageComponent = () => { } return ( - +
diff --git a/src/features/UserAccount/styled.tsx b/src/features/UserAccount/styled.tsx index 9c6d8907..021cf119 100644 --- a/src/features/UserAccount/styled.tsx +++ b/src/features/UserAccount/styled.tsx @@ -111,7 +111,7 @@ export const UserAccountWrapper = styled.div` height: 100vh; display: flex; flex-direction: column; - padding: 32px 30px 60px 36px; + padding: 20px 25px 60px 36px; position: relative; ${isMobileDevice ? css`