feat: add active SF and LA HQ environments
This commit is contained in:
+17
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user