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