Files
leon-ai--leon/web-app/src/components/shortcut/shortcut.sass
T
2026-07-13 12:44:08 +08:00

19 lines
429 B
Sass

.shortcut
display: inline-flex
align-items: center
gap: var(--space-xs)
color: var(--color-text-tertiary)
kbd
display: grid
min-width: 22px
height: 22px
place-items: center
border-radius: 6px
background-color: var(--color-background)
color: var(--color-text-secondary)
font-family: var(--font-family)
font-size: 13px
font-weight: var(--font-weight-semi-bold)
line-height: 1