2026-01-16 23:43:41 +00:00
|
|
|
[data-component="keybind"] {
|
2026-01-30 17:58:31 +00:00
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
flex-shrink: 0;
|
|
|
|
|
height: 20px;
|
|
|
|
|
padding: 0 8px;
|
|
|
|
|
border-radius: 2px;
|
|
|
|
|
background: var(--surface-base);
|
|
|
|
|
box-shadow: var(--shadow-xxs-border);
|
2026-01-16 23:43:41 +00:00
|
|
|
|
2026-02-17 14:12:32 +00:00
|
|
|
/* text-12-regular */
|
2026-01-30 17:58:31 +00:00
|
|
|
font-family: var(--font-family-sans);
|
|
|
|
|
font-size: 12px;
|
2026-02-17 14:12:32 +00:00
|
|
|
font-weight: var(--font-weight-regular);
|
2026-01-30 17:58:31 +00:00
|
|
|
line-height: 1;
|
|
|
|
|
color: var(--text-weak);
|
2026-01-16 23:43:41 +00:00
|
|
|
}
|