0.0.232
This commit is contained in:
@@ -1412,17 +1412,18 @@
|
||||
|
||||
.another_subscribe{
|
||||
width: 98%;
|
||||
padding: 24px 20px;
|
||||
padding: 0 20px;
|
||||
background: #FFFFFF;
|
||||
box-shadow: -1px 4px 10px 0 rgba(198, 199, 203, 0.20), 0 -1px 10px 0 rgba(198, 199, 203, 0.20);
|
||||
display: flex;
|
||||
margin-bottom: 20px;
|
||||
border-radius: 10px;
|
||||
align-items: center;
|
||||
height: 76px;
|
||||
}
|
||||
|
||||
.name_subscribe_another{
|
||||
font-weight: 700;
|
||||
font-weight: 500;
|
||||
font-size: 16px;
|
||||
color: #272424;
|
||||
}
|
||||
@@ -1443,9 +1444,10 @@
|
||||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
background: #FF613A;
|
||||
padding: 8px 26px;
|
||||
padding: 0 26px;
|
||||
border-radius: 10px;
|
||||
display: block;
|
||||
height: 44px;
|
||||
}
|
||||
|
||||
.subscribe_was_paid{
|
||||
@@ -1456,10 +1458,14 @@
|
||||
}
|
||||
|
||||
.label_toggle_switch_cont{
|
||||
float: left;
|
||||
width: 94%;
|
||||
}
|
||||
|
||||
.label_toggle_switch_cont > label{
|
||||
color: #272424;
|
||||
font-size: 14px;
|
||||
width: 94%;
|
||||
float: left;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.toggle_switch_cont{
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
</div>
|
||||
<div class="clear_both"></div>
|
||||
</div>
|
||||
<div class="inf_about_tarif_plan_text"><b>При понижении тарифного</b> плана оплаченный период действия текущей подписки не пересчитывается.</div>
|
||||
<div class="inf_about_tarif_plan_text"><b style="font-weight: 500;">При понижении тарифного</b> плана оплаченный период действия текущей подписки не пересчитывается.</div>
|
||||
<div class="b_another_subscribes">
|
||||
{% for item in subscribes %}
|
||||
{% if item.id != subscribe_for_user.subscribe.id %}
|
||||
|
||||
Reference in New Issue
Block a user