This commit is contained in:
2025-12-24 11:36:00 +00:00
parent 6ba3eb4542
commit aa7f8574be
5 changed files with 72 additions and 12 deletions

View File

@@ -888,4 +888,23 @@ li i { margin-right:10px; color:#007bff; }
color:#888;
font-style:italic;
min-height: 260px;
}
/* Style pour les sous-détails dans les KPIs */
.sub-values {
margin-top: 10px;
padding-top: 10px;
border-top: 1px solid #eee; /* Fine séparation pour l'harmonie */
}
.sub-item {
display: flex;
justify-content: space-between;
font-size: 12px; /* Plus petit pour ne pas voler la vedette au KPI principal */
color: #666;
line-height: 1.6;
}
.sub-item strong {
color: #333;
}