This commit is contained in:
2023-09-06 21:40:36 +03:00
parent d078a10f64
commit 31379e0949
2 changed files with 5 additions and 2 deletions

View File

@@ -1405,9 +1405,11 @@
font-size: 16px; font-size: 16px;
font-weight: 500; font-weight: 500;
background: #FF613A; background: #FF613A;
padding: 8px 26px; padding: 0 26px;
border-radius: 10px; border-radius: 10px;
margin-bottom: 10px; margin-bottom: 10px;
height: 44px;
width: 160px;
} }
.another_subscribe{ .another_subscribe{
@@ -1448,6 +1450,7 @@
border-radius: 10px; border-radius: 10px;
display: block; display: block;
height: 44px; height: 44px;
width: 160px;
} }
.subscribe_was_paid{ .subscribe_was_paid{

View File

@@ -48,7 +48,7 @@
</div> </div>
<div class="clear_both"></div> <div class="clear_both"></div>
</div> </div>
<div class="inf_about_tarif_plan_text"><b style="font-weight: 500;">При понижении тарифного</b> плана оплаченный период действия текущей подписки не пересчитывается.</div> <div class="inf_about_tarif_plan_text"><div style="font-weight: 600;">При понижении тарифного</div> плана оплаченный период действия текущей подписки не пересчитывается.</div>
<div class="b_another_subscribes"> <div class="b_another_subscribes">
{% for item in subscribes %} {% for item in subscribes %}
{% if item.id != subscribe_for_user.subscribe.id %} {% if item.id != subscribe_for_user.subscribe.id %}