0.0.71
This commit is contained in:
@@ -339,8 +339,8 @@ body.n_scroll{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.service_block_container{
|
.service_block_container{
|
||||||
width: calc(33% - 70px);
|
width: 30%;
|
||||||
margin-right: 70px;
|
margin-right: 3%;
|
||||||
margin-bottom: 70px;
|
margin-bottom: 70px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
style="width: 100%;padding-top: 1px;{% if block.bg_image %} background: url({{ MEDIA_URL }}{{ block.bg_image }}); background-size: cover; background-repeat: no-repeat; background-position: top;{% elif block.bg_color %} background: {{ block.bg_color }}{% endif %}"
|
style="width: 100%;padding-top: 30px;{% if block.bg_image %} background: url({{ MEDIA_URL }}{{ block.bg_image }}); background-size: cover; background-repeat: no-repeat; background-position: top;{% elif block.bg_color %} background: {{ block.bg_color }}{% endif %}"
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
{% load static %}
|
{% load static %}
|
||||||
|
<div {% include "block_settings/blocks_settings.html" %}>
|
||||||
<div class="cut-width">
|
<div class="cut-width">
|
||||||
<div class="plugin_container">
|
<div class="plugin_container">
|
||||||
<div class="plugin_container_content">
|
<div class="plugin_container_content">
|
||||||
@@ -55,3 +56,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
@@ -2,6 +2,7 @@
|
|||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
{% if page.get_FAQ_items %}
|
{% if page.get_FAQ_items %}
|
||||||
|
<div {% include "block_settings/blocks_settings.html" %}>
|
||||||
<div class="cut-width">
|
<div class="cut-width">
|
||||||
<div class="container_content_faq">
|
<div class="container_content_faq">
|
||||||
<div class="large_txt faq">
|
<div class="large_txt faq">
|
||||||
@@ -27,4 +28,5 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
@@ -1,4 +1,5 @@
|
|||||||
{% load static %}
|
{% load static %}
|
||||||
|
<div {% include "block_settings/blocks_settings.html" %}>
|
||||||
<div class="container_block_functional_features">
|
<div class="container_block_functional_features">
|
||||||
<div class="cut-width">
|
<div class="cut-width">
|
||||||
<div class="content_block_functional_features">
|
<div class="content_block_functional_features">
|
||||||
@@ -47,3 +48,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{% load static %}
|
{% load static %}
|
||||||
{% load base_tags_extra %}
|
{% load base_tags_extra %}
|
||||||
|
<div {% include "block_settings/blocks_settings.html" %}>
|
||||||
<div class="cut-width">
|
<div class="cut-width">
|
||||||
<div class="block_how_dev">
|
<div class="block_how_dev">
|
||||||
<div class="large_txt block_how_dev_title">{{ block.name }}</div>
|
<div class="large_txt block_how_dev_title">{{ block.name }}</div>
|
||||||
@@ -35,3 +35,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
<div {% include "block_settings/blocks_settings.html" %}>
|
||||||
<div>
|
<div>
|
||||||
{% for widget in block.get_widgets %}
|
{% for widget in block.get_widgets %}
|
||||||
<div>
|
<div>
|
||||||
@@ -19,3 +20,4 @@
|
|||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
@@ -1,4 +1,5 @@
|
|||||||
{% load static %}
|
{% load static %}
|
||||||
|
<div {% include "block_settings/blocks_settings.html" %}>
|
||||||
<div class="cut-width">
|
<div class="cut-width">
|
||||||
<div class="content_block_present_technology">
|
<div class="content_block_present_technology">
|
||||||
<div class="left_part_block_present_technology">
|
<div class="left_part_block_present_technology">
|
||||||
@@ -10,3 +11,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
@@ -1,4 +1,5 @@
|
|||||||
{% load static %}
|
{% load static %}
|
||||||
|
<div {% include "block_settings/blocks_settings.html" %}>
|
||||||
<div class="container_block_presentation_aerBim">
|
<div class="container_block_presentation_aerBim">
|
||||||
<div class="cut-width">
|
<div class="cut-width">
|
||||||
<div class="container_content_presentation_aerBim">
|
<div class="container_content_presentation_aerBim">
|
||||||
@@ -8,3 +9,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{% load static %}
|
{% load static %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
<div {% include "block_settings/blocks_settings.html" %}>
|
||||||
<div class="cut-width">
|
<div class="cut-width">
|
||||||
<div class="block_service two_cols">
|
<div class="block_service two_cols">
|
||||||
{% for service in services %}
|
{% for service in services %}
|
||||||
@@ -21,3 +21,4 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{% load static %}
|
{% load static %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
<div {% include "block_settings/blocks_settings.html" %}>
|
||||||
<div class="cut-width">
|
<div class="cut-width">
|
||||||
<div class="block_service">
|
<div class="block_service">
|
||||||
{% for service in services %}
|
{% for service in services %}
|
||||||
@@ -37,3 +37,4 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
Reference in New Issue
Block a user