changement des couleurs des progressBar pour les tasks

This commit is contained in:
ORDONNEAU Antoine
2026-03-27 17:25:24 +01:00
parent ee279cc9c2
commit 9b814151ff
2 changed files with 9 additions and 10 deletions
@@ -47,18 +47,18 @@
}
.badgeOpen {
background: rgba(34, 197, 94, 0.15);
color: #4ade80;
background: var(--glass-back);
color: #00F0FF;
}
.badgeAlmost {
background: rgba(234, 179, 8, 0.15);
color: #facc15;
background: var(--glass-back);
color: #019AFF;
}
.badgeFull {
background: rgba(239, 68, 68, 0.15);
color: #f87171;
background: var(--glass-back);
color: #001C83;
}
.progressBar {
@@ -76,9 +76,9 @@
transition: width 0.4s ease;
}
.fillOpen { background: #4ade80; }
.fillAlmost { background: #facc15; }
.fillFull { background: #f87171; }
.fillOpen { background: #00F0FF; }
.fillAlmost { background: #019AFF; }
.fillFull { background: #001C83; }
.modalContent {
text-align: center;
@@ -21,7 +21,6 @@
padding: 16px 20px;
text-align: left;
font-weight: 600;
opacity: 0.7;
white-space: nowrap;
}