0.0.161
This commit is contained in:
@@ -904,6 +904,7 @@ body.n_scroll{
|
|||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
display: block;
|
display: block;
|
||||||
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* how dev*/
|
/* how dev*/
|
||||||
@@ -1383,6 +1384,10 @@ body.n_scroll{
|
|||||||
.mobile_additionals_btns .checkbox_container{
|
.mobile_additionals_btns .checkbox_container{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.logo_3d_sec_designer_mobile{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
.mobile_additionals_btns .checkbox_container{
|
.mobile_additionals_btns .checkbox_container{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -131,9 +131,6 @@
|
|||||||
.text_header{
|
.text_header{
|
||||||
padding-right: 40px;
|
padding-right: 40px;
|
||||||
}
|
}
|
||||||
.standart_txt{
|
|
||||||
font-size: 14px;
|
|
||||||
}
|
|
||||||
.language_select{
|
.language_select{
|
||||||
margin-left: 30px;
|
margin-left: 30px;
|
||||||
margin-right: 30px;
|
margin-right: 30px;
|
||||||
@@ -286,10 +283,23 @@
|
|||||||
.container_content_functional_features_block_items{
|
.container_content_functional_features_block_items{
|
||||||
margin-top: -10%;
|
margin-top: -10%;
|
||||||
}
|
}
|
||||||
|
.service_block_container{
|
||||||
|
width: 44%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 800px) {
|
@media (max-width: 800px) {
|
||||||
|
.w_one_present.odd .txt_part_w_one_present{
|
||||||
|
margin-left: unset;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
padding-left: unset;
|
||||||
|
}
|
||||||
|
.img_container_part_w_one_present{
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.txt_part_w_one_present{
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
.container_content_functional_features_block_items{
|
.container_content_functional_features_block_items{
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
@@ -341,6 +351,18 @@
|
|||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: right;
|
justify-content: right;
|
||||||
}
|
}
|
||||||
|
.service_block_container{
|
||||||
|
width: 100%;
|
||||||
|
text-align: -webkit-center;
|
||||||
|
}
|
||||||
|
.left_part_service{
|
||||||
|
width: 60px;
|
||||||
|
}
|
||||||
|
.service_img{
|
||||||
|
width: 60px;
|
||||||
|
height: 60px;
|
||||||
|
}
|
||||||
|
|
||||||
.footer_els_container{
|
.footer_els_container{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
@@ -383,6 +405,9 @@
|
|||||||
.picture_tag_standart{
|
.picture_tag_standart{
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
.logo_3d_sec_designer_mobile{
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
.plugin_description{
|
.plugin_description{
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
@@ -404,4 +429,10 @@
|
|||||||
.description_item_features_container{
|
.description_item_features_container{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 500px) {
|
||||||
|
.service_block_container{
|
||||||
|
text-align: -webkit-left;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
<source srcset="{{ MEDIA_URL }}{{ block.picture }}">
|
<source srcset="{{ MEDIA_URL }}{{ block.picture }}">
|
||||||
<img class="logo_3d_sec_designer_mobile" src="{{ MEDIA_URL }}{{ block.picture }}">
|
<img class="logo_3d_sec_designer_mobile" src="{{ MEDIA_URL }}{{ block.picture }}">
|
||||||
</picture>
|
</picture>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if block.description %}
|
{% if block.description %}
|
||||||
<div class="semi_large_semi_light{% if block.but1_title or block.but2_title or block.but1_icon or block.but2_icon %} plugin_description{% endif %}">
|
<div class="semi_large_semi_light{% if block.but1_title or block.but2_title or block.but1_icon or block.but2_icon %} plugin_description{% endif %}">
|
||||||
{{ block.description|linebreaksbr }}
|
{{ block.description|linebreaksbr }}
|
||||||
|
|||||||
@@ -4,13 +4,13 @@
|
|||||||
<div class="cut-width sections_btns">
|
<div class="cut-width sections_btns">
|
||||||
<div class="container_content_sections_buttons">
|
<div class="container_content_sections_buttons">
|
||||||
{% for section in sections %}
|
{% for section in sections %}
|
||||||
<a href="{% url 'section_page' section.url %}" class="section_btn {% if section == cur_section or page == section %}open{% else %}close{% endif %} standart_txt pointer" data-url="{{ section.url }}">
|
<a href="{% url 'section_page' section.url %}" class="section_btn {% if section == cur_section or page == section %}open{% else %}close{% endif %} pointer" data-url="{{ section.url }}">
|
||||||
<div class="txt_section standart_semi_bold_txt">{{ section.name }}</div>
|
<div class="txt_section standart_semi_bold_txt">{{ section.name }}</div>
|
||||||
<div class="description_sections_buttons">
|
<div class="description_sections_buttons">
|
||||||
{% if section.description %}
|
{% if section.description %}
|
||||||
<div class="description_txt standart_txt">{{ section.description }}</div>
|
<div class="description_txt ">{{ section.description }}</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<div class="standart_txt line_go_to_sections"><span class="orange">{% translate "перейти в раздел" %}</span> <img class="img_go_to_section" src="{% static "/images/arrow_right_for_sections.svg" %}"></div>
|
<div class=" line_go_to_sections"><span class="orange">{% translate "перейти в раздел" %}</span> <img class="img_go_to_section" src="{% static "/images/arrow_right_for_sections.svg" %}"></div>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
Reference in New Issue
Block a user