From 2268e6e2819ee23d6df769634db1c8f3d6e24613 Mon Sep 17 00:00:00 2001 From: Victor Batischev Date: Wed, 14 Feb 2024 16:34:12 +0300 Subject: [PATCH] layout rework in progress --- src/components/OutstaffingBlock/outstaffingBlock.scss | 1 - src/components/ReportForm/reportForm.scss | 2 -- src/pages/CatalogSpecialists/CatalogSpecialists.jsx | 2 +- src/pages/CatalogSpecialists/catalogSpecialists.scss | 4 ++-- src/pages/CompanyInfo/CompanyInfo.jsx | 2 +- src/pages/FormPage/FormPage.jsx | 2 +- src/pages/Home/Home.jsx | 2 +- .../PartnerEmployeeReport/partnerEmployeeReport.scss | 7 +++++-- src/pages/PartnerTreaties/partnerTreaties.scss | 5 +++-- src/pages/PartnerСategories/partnerСategories.scss | 8 +++++--- 10 files changed, 19 insertions(+), 16 deletions(-) diff --git a/src/components/OutstaffingBlock/outstaffingBlock.scss b/src/components/OutstaffingBlock/outstaffingBlock.scss index 074b85a4..f4d0a03e 100644 --- a/src/components/OutstaffingBlock/outstaffingBlock.scss +++ b/src/components/OutstaffingBlock/outstaffingBlock.scss @@ -9,7 +9,6 @@ body { background: #f1f1f1; height: 100%; min-height: 100vh; - font-family: "LabGrotesque", sans-serif; padding-top: 23px; &__title { diff --git a/src/components/ReportForm/reportForm.scss b/src/components/ReportForm/reportForm.scss index a056498a..6210b2ca 100644 --- a/src/components/ReportForm/reportForm.scss +++ b/src/components/ReportForm/reportForm.scss @@ -1,8 +1,6 @@ .report-form { background: #f1f1f1; - height: 100%; min-height: 100vh; - font-family: "LabGrotesque", sans-serif; .container { max-width: 1160px; diff --git a/src/pages/CatalogSpecialists/CatalogSpecialists.jsx b/src/pages/CatalogSpecialists/CatalogSpecialists.jsx index ed52cef5..fd331828 100644 --- a/src/pages/CatalogSpecialists/CatalogSpecialists.jsx +++ b/src/pages/CatalogSpecialists/CatalogSpecialists.jsx @@ -200,9 +200,9 @@ const CatalogSpecialists = () => { ); })} -