Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -505,9 +505,9 @@
|
||||
|
||||
.footer_logo{
|
||||
text-align: center;
|
||||
margin: 40px 0;
|
||||
margin: 40px auto;
|
||||
max-width: 90px;
|
||||
margin-left: 40%;
|
||||
/*margin-left: 43%;*/
|
||||
}
|
||||
|
||||
.footer_text_sub{
|
||||
|
||||
@@ -2625,11 +2625,9 @@ button#send_feedback_form:active{
|
||||
/*}*/
|
||||
|
||||
.unsubscribe_info {
|
||||
color: #27242499;
|
||||
font-size: 12px;
|
||||
color: #a5a5a5;
|
||||
font-size: 10px;
|
||||
margin-top: 5px;
|
||||
background-color: white;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 63 KiB |
@@ -2,7 +2,7 @@
|
||||
{% load static %}
|
||||
|
||||
{% if page.url == 'contacts' or page.url == 'about_service' %}
|
||||
<div id=title_static>{% blocktrans %}Мы всегда на <span class="color_title">связи</span>!{% endblocktrans %}</div>
|
||||
<div id=title_static>{% blocktrans %}Мы всегда на <span class="color_title">связи!</span>{% endblocktrans %}</div>
|
||||
<span id="sub_title_static">{% translate "У вас есть вопрос? Отправьте нам сообщение" %}</span>
|
||||
{% endif %}
|
||||
|
||||
|
||||
@@ -189,6 +189,7 @@
|
||||
</div>
|
||||
<div class="text-align-center">
|
||||
<button onclick="send_subscribe({{ subscribe.id }})" class="arrange_subscribe">{% translate "Оформить подписку" %}</button>
|
||||
<div class="unsubscribe_info">*{% translate "для отмены подписки создайте запрос в техподдерже" %}</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user