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