0.0.186 small changes in footer

This commit is contained in:
2023-10-31 09:58:19 +03:00
parent acf51fe626
commit 04daddefa7
2 changed files with 11 additions and 16 deletions

View File

@@ -238,7 +238,6 @@ footer {
section.register>h1 { section.register>h1 {
color: #272424; color: #272424;
text-align: center; text-align: center;
font-family: 'Inter';
font-size: 44px; font-size: 44px;
font-style: normal; font-style: normal;
font-weight: 700; font-weight: 700;
@@ -259,7 +258,6 @@ section.register>h1 {
.first-column>div:nth-child(2)>div:last-child>input::placeholder { .first-column>div:nth-child(2)>div:last-child>input::placeholder {
color: rgba(39, 36, 36, 0.60); color: rgba(39, 36, 36, 0.60);
font-family: 'Inter';
font-size: 16px; font-size: 16px;
font-style: normal; font-style: normal;
font-weight: 500; font-weight: 500;
@@ -270,7 +268,6 @@ section.register>h1 {
.first-column>div:nth-child(2)>div:first-child { .first-column>div:nth-child(2)>div:first-child {
color: #FFF; color: #FFF;
/* Body text 3 */ /* Body text 3 */
font-family: 'Inter';
font-size: 14px; font-size: 14px;
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
@@ -362,7 +359,7 @@ footer>div {
.sf_1_column{ .sf_1_column{
padding-left: 80px; padding-left: 80px;
padding-right: 230px; padding-right: 230px;
} }
.sf_2_column, .sf_2_column,
.sf_3_column .sf_3_column
@@ -376,7 +373,6 @@ footer>div {
.second-column>div:first-child { .second-column>div:first-child {
color: #FFF; color: #FFF;
/* Heading 4 */ /* Heading 4 */
font-family: 'Inter';
font-size: 20px; font-size: 20px;
font-style: normal; font-style: normal;
font-weight: 500; font-weight: 500;
@@ -388,7 +384,6 @@ footer>div {
.four-column>div:first-child { .four-column>div:first-child {
color: #FFF; color: #FFF;
/* Heading 4 */ /* Heading 4 */
font-family: 'Inter';
font-size: 20px; font-size: 20px;
font-style: normal; font-style: normal;
font-weight: 500; font-weight: 500;
@@ -401,7 +396,6 @@ footer>div {
.third-column>div>a{ .third-column>div>a{
color: white; color: white;
font-family: Inter;
font-size: 16px; font-size: 16px;
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
@@ -411,7 +405,6 @@ footer>div {
.four-column>div:last-child { .four-column>div:last-child {
color: #FFF; color: #FFF;
/* Body text 2 */ /* Body text 2 */
font-family: Inter;
font-size: 16px; font-size: 16px;
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
@@ -421,7 +414,6 @@ footer>div {
.four-column>div>div>a{ .four-column>div>div>a{
color: #FFF; color: #FFF;
/* Body text 2 */ /* Body text 2 */
font-family: Inter;
font-size: 16px; font-size: 16px;
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
@@ -441,7 +433,6 @@ footer>div {
.second-column>div:last-child>div>div>a { .second-column>div:last-child>div>div>a {
color: #FFF; color: #FFF;
/* Body text 2 */ /* Body text 2 */
font-family: Inter;
font-size: 16px; font-size: 16px;
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
@@ -456,7 +447,6 @@ footer>div {
padding: 10px 0px; padding: 10px 0px;
color: #FFF; color: #FFF;
/* Body text 1 */ /* Body text 1 */
font-family: Inter;
font-size: 16px; font-size: 16px;
font-style: normal; font-style: normal;
font-weight: 500; font-weight: 500;

View File

@@ -55,10 +55,13 @@
</div> </div>
</div> </div>
<div class="fifth-column"> {% if not user.is_authenticated %}
<a href="{% url "registration_page" %}">{% trans "Регистрация" %}</a> <div class="fifth-column">
<a href="{% url "login_profile" %}">{% trans "Войти" %}</a> <a href="{% url "registration_page" %}">{% trans "Регистрация" %}</a>
</div> <a href="{% url "login_profile" %}">{% trans "Войти" %}</a>
</div>
{% endif %}
</div> </div>
<div class="clear-both"></div> <div class="clear-both"></div>
@@ -69,17 +72,19 @@
<div> <div>
<div class="sf_1_column">Copyright © 2023. Все права защищены.</div> <div class="sf_1_column">Copyright © 2023. Все права защищены.</div>
<div class="sf_2_column"> <div class="sf_2_column">
<a href="/ru/info_page/publichnaya-oferta/">Публичная оферта</a> <a href="/ru/info_page/publichnaya-oferta/">Публичная оферта</a>
</div> </div>
<div class="sf_3_column"> <div class="sf_3_column">
<a href="/ru/info_page/politika-konfidencialnosti/">Политика конфиденциальности</a> <a href="/ru/info_page/politika-konfidencialnosti/">Политика конфиденциальности</a>
</div> </div>
<div class="sf_4_column"> <div class="sf_4_column">
<a href="/ru/info_page/pravila-polzovaniya-servisom/">Правила пользования сервисом</a> <a href="/ru/info_page/pravila-polzovaniya-servisom/">Правила пользования сервисом</a>
</div> </div>
</div> </div>
</div> </div>