0.0.92
This commit is contained in:
@@ -29,6 +29,11 @@
|
||||
{# </div>#}
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if block.but_title %}
|
||||
{% with widget=block name_w='b_functional_features' %}
|
||||
{% include 'blocks/block_elements/be_button.html' %}
|
||||
{% endwith %}
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
<div class="container_content_functional_features_block_items">
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
width: {% if not name_w == 'presentAerBim' %}80%{% else %}100%{% endif %};
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
padding: 5px 0;
|
||||
padding: {% if not name_w == 'b_functional_features' %}5{% else %}15{% endif %}px 0;
|
||||
border-radius: 5px;
|
||||
transition: 200ms;
|
||||
margin-top: 8px;
|
||||
@@ -21,6 +21,8 @@
|
||||
text-align:
|
||||
{% if name_w == 'slide' or name_w == 'presentAerBim' %}
|
||||
unset
|
||||
{% elif name_w == 'b_functional_features' %}
|
||||
-webkit-right
|
||||
{% else %}
|
||||
-webkit-center
|
||||
{% endif %};
|
||||
|
||||
Reference in New Issue
Block a user