Maj
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user