keybind.css 417 B

123456789101112131415161718
  1. [data-component="keybind"] {
  2. display: flex;
  3. align-items: center;
  4. justify-content: center;
  5. flex-shrink: 0;
  6. height: 20px;
  7. padding: 0 8px;
  8. border-radius: 2px;
  9. background: var(--surface-base);
  10. box-shadow: var(--shadow-xxs-border);
  11. /* text-12-medium */
  12. font-family: var(--font-family-sans);
  13. font-size: 12px;
  14. font-weight: var(--font-weight-medium);
  15. line-height: 1;
  16. color: var(--text-weak);
  17. }