mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
adjustment badges into rounded-pill + red color for urgent
This commit is contained in:
parent
9e48a1db0a
commit
8d3ba314e0
@ -185,7 +185,8 @@ div[class*='activity-'] {
|
|||||||
color: $chill-blue;
|
color: $chill-blue;
|
||||||
}
|
}
|
||||||
&.bg-urgent {
|
&.bg-urgent {
|
||||||
background-color: $chill-orange;
|
background-color: $chill-red;
|
||||||
|
color: white;
|
||||||
}
|
}
|
||||||
&.bg-confidential {
|
&.bg-confidential {
|
||||||
background-color: $chill-ll-gray;
|
background-color: $chill-ll-gray;
|
||||||
|
@ -82,10 +82,10 @@
|
|||||||
<div class="wl-col title">
|
<div class="wl-col title">
|
||||||
<div>
|
<div>
|
||||||
{% if acp.emergency %}
|
{% if acp.emergency %}
|
||||||
<span class="badge bg-urgent">urgent</span>
|
<span class="badge rounded-pill bg-urgent">urgent</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if acp.confidential %}
|
{% if acp.confidential %}
|
||||||
<span class="badge bg-confidential">confidentiel</span>
|
<span class="badge rounded-pill bg-confidential">confidentiel</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
{% if acp.step == 'DRAFT' %}
|
{% if acp.step == 'DRAFT' %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user