From 9363af7d6ae0373dcffe77eadee5ed569ffaf73a Mon Sep 17 00:00:00 2001 From: OlesiaBarannik Date: Fri, 12 Jul 2024 10:04:03 +0300 Subject: [PATCH 1/4] Addedd cursor to SignUpFormContent.module.css --- .../components/signup/signup-form/SignUpFormContent.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/FrontEnd/src/components/SignUp/components/signup/signup-form/SignUpFormContent.module.css b/FrontEnd/src/components/SignUp/components/signup/signup-form/SignUpFormContent.module.css index 32f5ece7..6575f0d0 100644 --- a/FrontEnd/src/components/SignUp/components/signup/signup-form/SignUpFormContent.module.css +++ b/FrontEnd/src/components/SignUp/components/signup/signup-form/SignUpFormContent.module.css @@ -227,6 +227,7 @@ line-height: 20px; letter-spacing: -0.14px; text-decoration-line: underline; + cursor: pointer; } .rules__checkbox { From 32b969575f5825cfcf5051dda451ffe05f7195f6 Mon Sep 17 00:00:00 2001 From: OlesiaBarannik Date: Fri, 12 Jul 2024 10:05:53 +0300 Subject: [PATCH 2/4] Added class to RulesModal.module.css --- .../SignUp/components/signup/signup-form/RulesModal.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FrontEnd/src/components/SignUp/components/signup/signup-form/RulesModal.module.css b/FrontEnd/src/components/SignUp/components/signup/signup-form/RulesModal.module.css index af9cbccb..cbe5b7fb 100644 --- a/FrontEnd/src/components/SignUp/components/signup/signup-form/RulesModal.module.css +++ b/FrontEnd/src/components/SignUp/components/signup/signup-form/RulesModal.module.css @@ -24,7 +24,7 @@ text-align: center; } -p { +.rules-modal p { margin-bottom: 24px; font-size: 14px; line-height: 22px; From b89681d92bb32307f4a5bf087fc42cab7a8f2e0b Mon Sep 17 00:00:00 2001 From: OlesiaBarannik Date: Fri, 12 Jul 2024 10:09:40 +0300 Subject: [PATCH 3/4] Changed gap in .footer-top-content /FooterTop.module.css --- .../src/components/HeaderFooter/footer/top/FooterTop.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FrontEnd/src/components/HeaderFooter/footer/top/FooterTop.module.css b/FrontEnd/src/components/HeaderFooter/footer/top/FooterTop.module.css index e6fc59c8..37b4ffec 100644 --- a/FrontEnd/src/components/HeaderFooter/footer/top/FooterTop.module.css +++ b/FrontEnd/src/components/HeaderFooter/footer/top/FooterTop.module.css @@ -13,5 +13,5 @@ .footer-top-content { display: flex; align-items: flex-start; - gap: 180px; + gap: 80px; } From 5212b12656a7e109910e779fa309c572e8177ea4 Mon Sep 17 00:00:00 2001 From: OlesiaBarannik Date: Fri, 12 Jul 2024 10:10:47 +0300 Subject: [PATCH 4/4] Added styles FooterNavigation.module.css --- .../HeaderFooter/footer/top/FooterNavigation.module.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FrontEnd/src/components/HeaderFooter/footer/top/FooterNavigation.module.css b/FrontEnd/src/components/HeaderFooter/footer/top/FooterNavigation.module.css index 7f24eb4b..4e2a0df7 100644 --- a/FrontEnd/src/components/HeaderFooter/footer/top/FooterNavigation.module.css +++ b/FrontEnd/src/components/HeaderFooter/footer/top/FooterNavigation.module.css @@ -35,4 +35,6 @@ font-weight: 400; line-height: 20px; letter-spacing: -0.14px; + width: fit-content; + white-space: nowrap; }