Add staging banner

This commit is contained in:
2026-01-15 14:38:06 +01:00
parent c481b105c5
commit a2cae3f066
12 changed files with 70 additions and 9 deletions

View File

@@ -22,6 +22,34 @@ body {
padding: 0;
}
body.has-staging-banner {
padding-top: 44px;
}
.staging-banner {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1000;
padding: 8px 16px;
text-align: center;
font-size: 12px;
letter-spacing: 0.18em;
text-transform: uppercase;
font-weight: 700;
background: repeating-linear-gradient(135deg, #111827 0 18px, #facc15 18px 36px);
}
.staging-banner span {
display: inline-block;
padding: 4px 12px;
border-radius: 999px;
background: #111827;
color: #facc15;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
}
.landing-body {
min-height: 100vh;
background: