1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-22 01:44:25 +04:00

Merge branch 'dev-illustrations' of https://github.com/tabler/tabler into dev-illustrations

This commit is contained in:
codecalm
2024-06-16 23:23:54 +02:00
parent 70617a2bac
commit 67c704832b

View File

@@ -48,7 +48,6 @@ illustrations = illustrations | push: illustration %} {% endif %} {% endfor %} {
</div>
<div class="form-label mt-4">Select SVG illustration</div>
<<<<<<< HEAD
<div class="row">
{% for illustration in illustrations %}
<div class="col-3">
@@ -58,12 +57,6 @@ illustrations = illustrations | push: illustration %} {% endif %} {% endfor %} {
{{ illustration }}
</span>
</label>
=======
<div class="row g-2">
{% for illustration in illustrations %}
<div class="col-3">
<a class="d-block cursor-pointer rounded{% if forloop.first %} bg-body{% endif %} js-select-illustration" data-id="{{ illustration.slug }}"> {{ illustration | replace: '<svg ', '<svg class="w-100 h-auto" ' }} </a>
>>>>>>> 69599f8409bdbf132f6b9238075fd9aa79cdcfcc
</div>
{% endfor %}
</div>