0.0.77
This commit is contained in:
@@ -1,5 +1,23 @@
|
||||
{% if widget.but_title %}
|
||||
<a href="{{ widget.url }}" style="border: {{ widget.but_color }} solid 2px; color: {{ widget.but_color }};text-decoration: none;padding: 5px;display: block;">
|
||||
<style>
|
||||
.{{ widget.name_w }}_{{ widget.id }}_widget_btn_a{
|
||||
border: {{ widget.but_color }} solid 2px;
|
||||
color: {{ widget.but_color }};
|
||||
width: 80%;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
padding: 5px 0;
|
||||
border-radius: 5px;
|
||||
transition: 200ms;
|
||||
margin-top: 8px;
|
||||
}
|
||||
.{{ widget.name_w }}_{{ widget.id }}_widget_btn_a:hover {
|
||||
background: {{ widget.but_color }};
|
||||
color: #ffffff;
|
||||
transition: 200ms;
|
||||
}
|
||||
</style>
|
||||
<a class="{{ widget.name_w }}_{{ widget.id }}_widget_btn_a_" href="{{ widget.url }}">
|
||||
{{ widget.but_title }}
|
||||
</a>
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user