0.0.140 fix small bugs
This commit is contained in:
@@ -1132,14 +1132,14 @@
|
|||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.splliter-left-right-part-carrier-card{
|
/*.splliter-left-right-part-carrier-card{*/
|
||||||
border: 1px solid #E6E6E6;
|
/* border: 1px solid #E6E6E6;*/
|
||||||
height: 100%;
|
/* height: 100%;*/
|
||||||
display: inline-block;
|
/* display: inline-block;*/
|
||||||
transform: rotate(180deg) ;
|
/* transform: rotate(180deg) ;*/
|
||||||
position: relative;
|
/* position: relative;*/
|
||||||
left: 70%;
|
/* left: 70%;*/
|
||||||
}
|
/*}*/
|
||||||
|
|
||||||
.inf_carrier{
|
.inf_carrier{
|
||||||
padding-top: 15px;
|
padding-top: 15px;
|
||||||
|
|||||||
@@ -1680,6 +1680,12 @@ h2#title_static{
|
|||||||
line-height: 52px;
|
line-height: 52px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
.title_static_wrapper{
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.title_static_wrapper>h2#title_static{
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
span#sub_title_static{
|
span#sub_title_static{
|
||||||
display: block;
|
display: block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@@ -1961,6 +1967,19 @@ button#send_feedback_form{
|
|||||||
padding-top: 5%;
|
padding-top: 5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.color_title{
|
||||||
|
color: #FF613A;
|
||||||
|
text-align: center;
|
||||||
|
font-family: Inter;
|
||||||
|
font-size: 44px;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 700;
|
||||||
|
line-height: 52px;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*end_static_pages*/
|
/*end_static_pages*/
|
||||||
|
|
||||||
/*my routes END*/
|
/*my routes END*/
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ function middleWareJS(){
|
|||||||
|
|
||||||
} else {
|
} else {
|
||||||
footer.style.display = ""
|
footer.style.display = ""
|
||||||
|
body.overflowY = ""
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -146,8 +146,19 @@
|
|||||||
|
|
||||||
|
|
||||||
<div class="bottom_block_static">
|
<div class="bottom_block_static">
|
||||||
<h2 id=title_static>{% translate "Оформи подписку сейчас и получи" %}</h2>
|
<div class="title_static_wrapper">
|
||||||
<h2 id=title_static>{% translate "1 день пользования сервисом в подарок!" %}</h2>
|
<h2 id=title_static>{% translate "Оформи" %}</h2>
|
||||||
|
<span class="color_title">{% translate "подписку" %}</span>
|
||||||
|
<h2 id=title_static>{% translate "сейчас и получи" %}</h2>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="title_static_wrapper">
|
||||||
|
<span class="color_title">{% translate "1 день" %}</span>
|
||||||
|
<h2 id=title_static>{% translate "пользования сервисом" %}</h2>
|
||||||
|
<span class="color_title">{% translate "в подарок" %}</span>
|
||||||
|
<h2 id=title_static>!</h2>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -42,7 +42,7 @@
|
|||||||
{% include "small_INCLUDES/carrier_card/inf_about_moving.html" %}
|
{% include "small_INCLUDES/carrier_card/inf_about_moving.html" %}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="splliter-left-right-part-carrier-card"></div>
|
|
||||||
<div class="inf_carrier_container">
|
<div class="inf_carrier_container">
|
||||||
<div class="title_container_inf_carrier">
|
<div class="title_container_inf_carrier">
|
||||||
{% translate 'Контакты' %}
|
{% translate 'Контакты' %}
|
||||||
|
|||||||
Reference in New Issue
Block a user