mirror of
https://github.com/imgfloat/server.git
synced 2026-02-05 19:49:26 +00:00
Add staging banner
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user