formattage tag

This commit is contained in:
afornerot 2024-05-07 17:24:15 +02:00
parent e2142caa49
commit 31876489ca
1 changed files with 6 additions and 6 deletions

View File

@ -22,13 +22,13 @@
.tag { .tag {
border-radius: 5px; border-radius: 5px;
padding: 8px 8px; padding: 4px 8px;
margin-bottom: 5px; //margin-bottom: 2px;
display: inline-block; display: inline-block;
min-width: 35px; min-width: 35px;
text-align: center; text-align: center;
color: #ffffff !important; color: #ffffff !important;
zoom: 80%; zoom: 70%;
} }
.tag i { .tag i {
@ -322,7 +322,7 @@
{% for label in issue.giteajson.labels %} {% for label in issue.giteajson.labels %}
{% if label.id not in giteacolumns and label.id in giteaprioritys %} {% if label.id not in giteacolumns and label.id in giteaprioritys %}
<span class="btn-link tag" style="background-color:#{{label.color}}"> <span class="btn-link tag" style="background-color:#{{label.color}}">
<i class="fas fa-tag"></i> <i class="fas fa-clock"></i>
{{ label.name }} {{ label.name }}
</span> </span>
{% endif %} {% endif %}
@ -333,7 +333,7 @@
{% for label in issue.giteajson.labels %} {% for label in issue.giteajson.labels %}
{% if label.id not in giteacolumns and label.id in giteatypes %} {% if label.id not in giteacolumns and label.id in giteatypes %}
<span class="btn-link tag" style="background-color:#{{label.color}}"> <span class="btn-link tag" style="background-color:#{{label.color}}">
<i class="fas fa-tag"></i> <i class="fas fa-quote-right"></i>
{{ label.name }} {{ label.name }}
</span> </span>
{% endif %} {% endif %}
@ -344,7 +344,7 @@
{% for label in issue.giteajson.labels %} {% for label in issue.giteajson.labels %}
{% if label.id not in giteacolumns and label.id in giteateams %} {% if label.id not in giteacolumns and label.id in giteateams %}
<span class="btn-link tag" style="background-color:#{{label.color}}"> <span class="btn-link tag" style="background-color:#{{label.color}}">
<i class="fas fa-tag"></i> <i class="fas fa-users"></i>
{{ label.name }} {{ label.name }}
</span> </span>
{% endif %} {% endif %}