feat(perception): publish immutable lab session instances
This commit is contained in:
@@ -201,6 +201,22 @@
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.observation-session-option__lab {
|
||||
align-items: center;
|
||||
background: color-mix(in srgb, var(--accent, #b8ff5a) 14%, transparent);
|
||||
border: 1px solid color-mix(in srgb, var(--accent, #b8ff5a) 42%, transparent);
|
||||
border-radius: 999px;
|
||||
color: var(--accent, #b8ff5a);
|
||||
display: inline-flex;
|
||||
font-size: 9px;
|
||||
font-weight: 800;
|
||||
letter-spacing: 0.08em;
|
||||
line-height: 1;
|
||||
margin-right: 7px;
|
||||
padding: 4px 6px 3px;
|
||||
vertical-align: 1px;
|
||||
}
|
||||
|
||||
.observation-session-menu__empty {
|
||||
display: grid;
|
||||
min-height: 9rem;
|
||||
|
||||
Reference in New Issue
Block a user