This commit is contained in:
SBD
2023-12-08 17:44:49 +03:00
parent e5d36c798d
commit 413233cc16
2 changed files with 2 additions and 1 deletions

View File

@@ -25,7 +25,7 @@
<div class="description_slide">{{ slide.description|linebreaksbr }}</div> <div class="description_slide">{{ slide.description|linebreaksbr }}</div>
{% endif %} {% endif %}
{% if slide.but_title %} {% if slide.but_title %}
{% with slide=widget name_w='slide' %} {% with widget=slide name_w='slide' %}
{% include 'blocks/block_elements/be_button.html' %} {% include 'blocks/block_elements/be_button.html' %}
{% endwith %} {% endwith %}
{% endif %} {% endif %}

View File

@@ -10,6 +10,7 @@
border-radius: 5px; border-radius: 5px;
transition: 200ms; transition: 200ms;
margin-top: 8px; margin-top: 8px;
padding-left: 10px;
} }
.{{ widget.name_w }}_{{ widget.id }}_widget_btn_a:hover { .{{ widget.name_w }}_{{ widget.id }}_widget_btn_a:hover {
background: {{ widget.but_color }}; background: {{ widget.but_color }};