0.0.86
This commit is contained in:
@@ -971,9 +971,6 @@ body.n_scroll{
|
||||
object-position: bottom;
|
||||
height: 200px;
|
||||
}
|
||||
.txt_container_item_features{
|
||||
text-align: -webkit-center;
|
||||
}
|
||||
|
||||
.description_item_features_container{
|
||||
font-size: 14px;
|
||||
|
||||
@@ -17,8 +17,14 @@
|
||||
color: #ffffff;
|
||||
transition: 200ms;
|
||||
}
|
||||
.{{ widget.name_w }}_{{ widget.id }}_align_btn{
|
||||
text-align: {% if not name_w == 'slide' %}-webkit-center{% else %}unset{% endif %};
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
||||
<a class="{{ widget.name_w }}_{{ widget.id }}_widget_btn_a" href="{{ widget.url }}">
|
||||
{{ widget.but_title }}
|
||||
</a>
|
||||
<div class="{{ widget.name_w }}_{{ widget.id }}_align_btn">
|
||||
<a class="{{ widget.name_w }}_{{ widget.id }}_widget_btn_a" href="{{ widget.url }}">
|
||||
{{ widget.but_title }}
|
||||
</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user