0.0.246
This commit is contained in:
@@ -101,6 +101,7 @@
|
||||
|
||||
.subscribe_inf{
|
||||
height: 364px;
|
||||
|
||||
}
|
||||
.subscribe_inf>.clear_both{
|
||||
clear: both;
|
||||
@@ -1077,7 +1078,7 @@
|
||||
/* subscribe*/
|
||||
|
||||
.b_another_subscribes{
|
||||
width: 100%;
|
||||
width: 97%;
|
||||
|
||||
}
|
||||
.state_subscribe, .state_subscribe > a{
|
||||
@@ -1142,9 +1143,9 @@
|
||||
.another_subscribe{
|
||||
width: 100%;
|
||||
height: unset;
|
||||
flex-direction: column;
|
||||
margin: 20px auto;
|
||||
padding: unset;
|
||||
padding: 10px;
|
||||
justify-content: space-evenly;
|
||||
|
||||
}
|
||||
.text_another_subscribe{
|
||||
@@ -1159,7 +1160,8 @@
|
||||
width: unset;
|
||||
}
|
||||
.read_more_about_subscribe{
|
||||
margin-bottom: 20px;
|
||||
/*margin-bottom: 20px;*/
|
||||
width: unset;
|
||||
}
|
||||
|
||||
|
||||
@@ -1231,6 +1233,10 @@
|
||||
}
|
||||
@media (max-width: 850px){
|
||||
|
||||
.read_more_about_subscribe{
|
||||
padding: 0 14px;
|
||||
}
|
||||
|
||||
.subscribe_inf_right_part, .subscribe_inf_left_part{
|
||||
width: 100%;
|
||||
float: unset;
|
||||
@@ -1311,6 +1317,10 @@
|
||||
}
|
||||
@media (max-width: 776px){
|
||||
|
||||
.another_subscribe {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.info_profile>div>div>.left-part-carrier-card>.container_inf_about_moving>.line_inf_about_moving>.carrier_inf_moving.left{
|
||||
width: 39%;
|
||||
}
|
||||
@@ -1380,7 +1390,7 @@
|
||||
}
|
||||
|
||||
.another_subscribe{
|
||||
padding: 10px 10px 0 10px;
|
||||
padding: 10px;
|
||||
flex-direction: unset;
|
||||
justify-content: space-evenly;
|
||||
}
|
||||
@@ -1507,7 +1517,7 @@
|
||||
/* width: 51.1%;*/
|
||||
/*}*/
|
||||
.another_subscribe{
|
||||
padding: 15px 0 0;
|
||||
/*padding: 15px 0 0;*/
|
||||
|
||||
}
|
||||
|
||||
@@ -1553,7 +1563,7 @@
|
||||
}
|
||||
|
||||
.another_subscribe{
|
||||
padding: 15px 0 0;
|
||||
padding: 15px 0;
|
||||
flex-direction: column;
|
||||
justify-content: unset;
|
||||
|
||||
|
||||
@@ -67,7 +67,7 @@
|
||||
{% endif %}
|
||||
</span>
|
||||
</div>
|
||||
<div class="text_another_subscribe padding-n-width-another-subscribes">
|
||||
<div class="text_another_subscribe padding-n-width-another-subscribes ">
|
||||
Период: <span class="orange-text">{{ item.period_name }}</span>
|
||||
</div>
|
||||
<button class="read_more_about_subscribe" onclick="send_subscribe({{ item.id }})">Перейти</button>
|
||||
|
||||
Reference in New Issue
Block a user