From 04daddefa70be578b10db1a17baaa18dc7417ff4 Mon Sep 17 00:00:00 2001 From: ArtemB Date: Tue, 31 Oct 2023 09:58:19 +0300 Subject: [PATCH] 0.0.186 small changes in footer --- static/css/styles.css | 12 +----------- templates/blocks/b_footer.html | 15 ++++++++++----- 2 files changed, 11 insertions(+), 16 deletions(-) diff --git a/static/css/styles.css b/static/css/styles.css index 98dd231..f37eb7b 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -238,7 +238,6 @@ footer { section.register>h1 { color: #272424; text-align: center; - font-family: 'Inter'; font-size: 44px; font-style: normal; font-weight: 700; @@ -259,7 +258,6 @@ section.register>h1 { .first-column>div:nth-child(2)>div:last-child>input::placeholder { color: rgba(39, 36, 36, 0.60); - font-family: 'Inter'; font-size: 16px; font-style: normal; font-weight: 500; @@ -270,7 +268,6 @@ section.register>h1 { .first-column>div:nth-child(2)>div:first-child { color: #FFF; /* Body text 3 */ - font-family: 'Inter'; font-size: 14px; font-style: normal; font-weight: 400; @@ -362,7 +359,7 @@ footer>div { .sf_1_column{ padding-left: 80px; - padding-right: 230px; + padding-right: 230px; } .sf_2_column, .sf_3_column @@ -376,7 +373,6 @@ footer>div { .second-column>div:first-child { color: #FFF; /* Heading 4 */ - font-family: 'Inter'; font-size: 20px; font-style: normal; font-weight: 500; @@ -388,7 +384,6 @@ footer>div { .four-column>div:first-child { color: #FFF; /* Heading 4 */ - font-family: 'Inter'; font-size: 20px; font-style: normal; font-weight: 500; @@ -401,7 +396,6 @@ footer>div { .third-column>div>a{ color: white; - font-family: Inter; font-size: 16px; font-style: normal; font-weight: 400; @@ -411,7 +405,6 @@ footer>div { .four-column>div:last-child { color: #FFF; /* Body text 2 */ - font-family: Inter; font-size: 16px; font-style: normal; font-weight: 400; @@ -421,7 +414,6 @@ footer>div { .four-column>div>div>a{ color: #FFF; /* Body text 2 */ - font-family: Inter; font-size: 16px; font-style: normal; font-weight: 400; @@ -441,7 +433,6 @@ footer>div { .second-column>div:last-child>div>div>a { color: #FFF; /* Body text 2 */ - font-family: Inter; font-size: 16px; font-style: normal; font-weight: 400; @@ -456,7 +447,6 @@ footer>div { padding: 10px 0px; color: #FFF; /* Body text 1 */ - font-family: Inter; font-size: 16px; font-style: normal; font-weight: 500; diff --git a/templates/blocks/b_footer.html b/templates/blocks/b_footer.html index 86a6c1c..34b1e74 100644 --- a/templates/blocks/b_footer.html +++ b/templates/blocks/b_footer.html @@ -55,10 +55,13 @@ -
- {% trans "Регистрация" %} - {% trans "Войти" %} -
+ {% if not user.is_authenticated %} +
+ {% trans "Регистрация" %} + {% trans "Войти" %} +
+ {% endif %} +
@@ -69,17 +72,19 @@
Copyright © 2023. Все права защищены.
+ + + -