This commit is contained in:
Kirito
2026-03-24 10:04:24 +01:00
parent 8615dbfe91
commit acf11e8071
7 changed files with 82 additions and 66 deletions

View File

@@ -1,15 +1,11 @@
/* ------------------ */
/* GLOBAL */
/* ------------------ */
body {
font-family: Arial, sans-serif;
margin: 20px;
background-color: #f0f0f0;
}
/* ------------------ */
/* NAVIGATION */
/* ------------------ */
nav {
margin-bottom: 20px;
}
@@ -25,18 +21,14 @@ nav a:hover {
color: #007BFF;
}
/* ------------------ */
/* DASHBOARD */
/* ------------------ */
.dashboard {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 15px;
}
/* ------------------ */
/* WIDGETS */
/* ------------------ */
.widget {
padding: 20px;
border-radius: 10px;
@@ -51,15 +43,8 @@ nav a:hover {
.energie { background-color: #FFFACD; }
.lumiere { background-color: #F5F5DC; }
.graphiques {
grid-column: span 4;
background-color: white;
}
.alertes {
grid-column: span 4;
background-color: #FFC0CB;
}
.graphiques { grid-column: span 4; background-color: white; }
.alertes { grid-column: span 4; background-color: #FFC0CB; }
/* icones */
.icone {