This commit is contained in:
Esteban
2026-06-30 09:26:58 +02:00
parent ac292fbcc4
commit 14f97564bf
2 changed files with 38 additions and 4 deletions
+33
View File
@@ -64,6 +64,39 @@ nav a:hover {
}
}
.dev-cache-notice {
margin: 24px auto;
padding: 16px 20px;
max-width: 900px;
border-radius: 14px;
background: linear-gradient(135deg, rgba(255, 196, 0, 0.16), rgba(255, 140, 0, 0.10));
border: 1px solid rgba(255, 196, 0, 0.35);
color: #fff3cd;
font-size: 0.98rem;
line-height: 1.6;
box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
backdrop-filter: blur(6px);
}
.dev-cache-notice strong {
color: #ffd86b;
}
.dev-cache-notice::before {
content: "⚠️";
margin-right: 10px;
font-size: 1.1rem;
}
@media (max-width: 768px) {
.dev-cache-notice {
margin: 16px;
padding: 14px 16px;
font-size: 0.93rem;
}
}
/* ---- PAGE LOGIN ---- */
/* Centre la carte au milieu de la page */