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;
|
||||
}
|
||||
&.bg-urgent {
|
||||
background-color: $chill-orange;
|
||||
background-color: $chill-red;
|
||||
color: white;
|
||||
}
|
||||
&.bg-confidential {
|
||||
background-color: $chill-ll-gray;
|
||||
|
@ -82,10 +82,10 @@
|
||||
<div class="wl-col title">
|
||||
<div>
|
||||
{% if acp.emergency %}
|
||||
<span class="badge bg-urgent">urgent</span>
|
||||
<span class="badge rounded-pill bg-urgent">urgent</span>
|
||||
{% endif %}
|
||||
{% if acp.confidential %}
|
||||
<span class="badge bg-confidential">confidentiel</span>
|
||||
<span class="badge rounded-pill bg-confidential">confidentiel</span>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% if acp.step == 'DRAFT' %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user