This commit is contained in:
sebvtl728
2025-01-18 17:48:14 +01:00
parent ee7188c92c
commit 56dc1f2256
5 changed files with 54 additions and 25 deletions
-24
View File
@@ -19,27 +19,3 @@
box-shadow: 0 0 10px rgba(255, 0, 0, 0.8);
}
.critical-alert-box h2 {
margin: 0;
color: red;
}
.critical-alert-box p {
font-size: 18px;
font-weight: bold;
}
/* Bandeau temporaire de test */
.test-banner {
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: red;
color: white;
text-align: center;
padding: 10px;
font-size: 16px;
font-weight: bold;
z-index: 99999;
}