1
0

feat: add active SF and LA HQ environments

This commit is contained in:
2026-08-19 02:51:17 -07:00
parent afa285bd5c
commit 0557a26e6b
14 changed files with 1096 additions and 2312 deletions
+17
View File
@@ -263,6 +263,21 @@
.city:hover { background: rgba(40, 48, 58, 0.7); color: var(--ink); }
}
.city[aria-pressed="true"] { background: rgba(242, 177, 52, 0.22); color: var(--amber-ink); }
.office-choice {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
align-items: center;
gap: var(--s1);
text-align: left;
}
.office-choice__status {
font-size: 8px;
font-weight: 700;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--ink-3);
}
.office-choice[aria-pressed="true"] .office-choice__status { color: var(--amber-ink); }
.enter {
font: inherit;
@@ -840,6 +855,8 @@
was 17px tall. */
#panel-toggle,
#enter,
#walk,
#screens,
.city,
.chapter,
.sheet-close {