base tabler
This commit is contained in:
parent
ac2cfa9fe1
commit
0f84beacf1
1432 changed files with 28760 additions and 1 deletions
3
liquid/includes/ui/ribbon.html
Normal file
3
liquid/includes/ui/ribbon.html
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<div class="ribbon{% if include.top %} ribbon-top{% endif %}{% if include.left %} ribbon-start{% endif %}{% if include.bottom %} ribbon-bottom{% endif %}{% if include.bookmark %} ribbon-bookmark{% endif %}{% if include.color %} bg-{{ include.color }}{% endif %}">
|
||||
{% if include.text %}{{ include.text }}{% else %}{% include "ui/icon.html" icon="star" use-svg=true filled=include.filled %}{% endif %}
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue