This commit is contained in:
2025-12-23 18:12:48 +00:00
parent e401a55fa2
commit 9af82d8f54
2 changed files with 5 additions and 2 deletions

View File

@@ -851,6 +851,8 @@ content-area {
}
/*Accueil*/
.container { padding: 25px; }
h1 { margin-bottom: 20px; }
.kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.card {
background: #fff;
@@ -859,7 +861,7 @@ content-area {
box-shadow: 0 2px 6px rgba(0,0,0,.05);
}
.card h3 { margin: 0 0 10px; font-size: 14px; color: #666; }
.card .value { font-size: 26px; font-weight: bold; }
.card .value { font-size: 1.8rem; font-weight: bold; }
.grid-2 { display:grid; grid-template-columns: 1fr 1fr; gap:20px; margin-top:25px; }
@@ -878,4 +880,5 @@ li i { margin-right:10px; color:#007bff; }
justify-content:center;
color:#888;
font-style:italic;
min-height: 260px;
}