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