@@ -48,6 +48,33 @@ img {
|
||||
overflow: hidden
|
||||
}
|
||||
|
||||
.status-hero {
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 48px 0
|
||||
}
|
||||
|
||||
.status-card {
|
||||
max-width: 720px;
|
||||
margin: 0 auto;
|
||||
padding: 40px;
|
||||
border-radius: var(--card-radius);
|
||||
background: var(--panel);
|
||||
border: 1px solid var(--panel-border);
|
||||
box-shadow: var(--shadow)
|
||||
}
|
||||
|
||||
.status-brand {
|
||||
margin-bottom: 28px
|
||||
}
|
||||
|
||||
.status-note {
|
||||
margin: 24px 0 0;
|
||||
color: var(--muted);
|
||||
line-height: 1.6
|
||||
}
|
||||
|
||||
.header {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
|
||||
Reference in New Issue
Block a user