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