From 446af5e4380715baf2a7eb8d9ffba53f228d6bdd Mon Sep 17 00:00:00 2001 From: ArtemB Date: Wed, 29 Nov 2023 17:30:26 +0300 Subject: [PATCH] 0.0.265 --- static/css/styles.css | 8 ++++---- templates/blocks/b_footer.html | 22 +++++++++++----------- templates/pages/p_main.html | 3 ++- 3 files changed, 17 insertions(+), 16 deletions(-) diff --git a/static/css/styles.css b/static/css/styles.css index aaf9f63..dc22376 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -251,18 +251,18 @@ section.register>h1 { padding-bottom: 35px; } -.first-column>div:nth-child(2)>div:last-child>input { +.footer_input { width: 276px; padding: 19px 0 19px 10px; border-radius: 10px; border: 1px solid black; } -.first-column>div:nth-child(2)>div:last-child { +.footer_input_wrap { display: flex; } -.first-column>div:nth-child(2)>div:last-child>input::placeholder { +.footer_input::placeholder { color: rgba(39, 36, 36, 0.60); font-size: 16px; font-style: normal; @@ -271,7 +271,7 @@ section.register>h1 { } -.first-column>div:nth-child(2)>div:first-child { +.footer_text_sub { color: #FFF; /* Body text 3 */ font-size: 14px; diff --git a/templates/blocks/b_footer.html b/templates/blocks/b_footer.html index 5d61057..bfca720 100644 --- a/templates/blocks/b_footer.html +++ b/templates/blocks/b_footer.html @@ -4,18 +4,18 @@
-
-
-
{% trans "Подпишись и будь в курсе всех событий, а также получай подарки и бонусы от Trip With Bonus" %}
-
-
+
+
+ + +
+ -
-
{% trans "Информация" %}
diff --git a/templates/pages/p_main.html b/templates/pages/p_main.html index bab0e9b..bb2deac 100644 --- a/templates/pages/p_main.html +++ b/templates/pages/p_main.html @@ -220,7 +220,7 @@ {% endfor %} -

{% translate "Последние новости" %}

+
@@ -228,6 +228,7 @@
+

{% translate "Последние новости" %}

{# {% for art in articles %}#} {##} {#
#}