1
0

status banner
All checks were successful
Test / test (push) Successful in 9m26s

This commit is contained in:
Aiden
2026-06-10 12:56:57 +10:00
parent 8402fcd640
commit 0879f1685a
8 changed files with 74 additions and 0 deletions

View File

@@ -123,6 +123,29 @@ a {
font-size: 0.95rem;
}
.demo-xr-status {
max-width: 760px;
margin: 0 0 10px;
padding: 10px 12px;
border: 1px solid #d5d5cf;
border-radius: 6px;
background: #fff;
color: #4f4f48;
font-size: 0.95rem;
}
.demo-xr-status[data-state="blocked"] {
border-color: #d7a13a;
background: #fff8e8;
color: #5f4515;
}
.demo-xr-status[data-state="ready"] {
border-color: #7eb07b;
background: #eff8ef;
color: #275425;
}
@media (max-width: 640px) {
.demo-page {
padding: 20px;