0.0.86
This commit is contained in:
@@ -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