mirror of
https://github.com/tabler/tabler.git
synced 2026-07-29 14:34:37 +04:00
ribbon fixes, grid fixes
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
<div class="card">
|
||||
<div class="card-body p-5">
|
||||
<div class="h-16"></div>
|
||||
<div class="h-10"></div>
|
||||
</div>
|
||||
|
||||
<div class="ribbon{% if include.top %} ribbon-top{% endif %}{% if include.left %} ribbon-left{% 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" %}{% endif %}</div>
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
{% assign provider = include.provider | default: "fe" %}
|
||||
<i class="icon {{ provider }} {{ provider }}-{{ include.icon }}{% if include.class %} {{ include.class }}{% endif %}{% if include.color %} text-{{ include.color }}{% endif %}"></i>
|
||||
{% assign provider = include.provider | default: "fe" %}<i class="icon {{ provider }} {{ provider }}-{{ include.icon }}{% if include.class %} {{ include.class }}{% endif %}{% if include.color %} text-{{ include.color }}{% endif %}"></i>
|
||||
|
||||
Reference in New Issue
Block a user