This commit is contained in:
KONE SOREL 2025-12-23 17:57:27 +00:00
parent 5d7b74f3c6
commit 2ff3a9615e
2 changed files with 4 additions and 17 deletions

View File

@ -865,22 +865,9 @@ h1 { margin-bottom: 20px; }
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: 2rem; font-weight: bold; }
.card .value { font-size: 0.8rem; font-weight: bold; }
/* Modification du nom pour plus de clarté (optionnel) ou modification directe */
.grid-2 {
display: grid;
grid-template-columns: repeat(3, 1fr); /* Crée 3 colonnes de taille égale */
gap: 20px;
margin-top: 25px;
}
/* Optionnel : Rendre le tout responsive pour les petits écrans */
@media (max-width: 1024px) {
.grid-2 {
grid-template-columns: 1fr; /* Repasse sur une seule colonne sur mobile/tablette */
}
}
/*.grid-2 { display:grid; grid-template-columns: 1fr 1fr; gap:20px; margin-top:25px; }*/
ul { list-style:none; padding:0; margin:0; }
li { padding:10px 0; border-bottom:1px solid #eee; }
@ -889,7 +876,7 @@ li i { margin-right:10px; color:#007bff; }
.alert i { color:#ff9800; }
.chart {
height:300px;
height:180px;
background:#eef2f7;
border-radius:6px;
display:flex;

View File

@ -145,7 +145,7 @@ console.groupEnd();
<link rel="manifest" href="<?= $racineWeb ?>manifest.json">
<!-- 4. VOS STYLES PERSONNALISÉS (en dernier pour qu'ils dominent) -->
<link href="<?= $racineWeb ?>Bootstrap_new/css/style_office.css?ver=2025.12.23.11" rel="stylesheet">
<link href="<?= $racineWeb ?>Bootstrap_new/css/style_office.css?ver=2025.12.23.12" rel="stylesheet">
<link href="<?= $racineWeb ?>Bootstrap_new/css/ux_enhancements.css?ver=2025.12.21.02" rel="stylesheet">
<!-- ============================================