ShortcutsModal.module.scss 341 B

123456789101112131415
  1. @use '@growi/core-styles/scss/bootstrap/init' as bs;
  2. .shortcuts-modal :global {
  3. .key {
  4. /* Box Properties */
  5. padding: 0 4px;
  6. margin: 2px 4px;
  7. /* Text Properties */
  8. background: var(--bs-tertiary-bg);
  9. border: var(--bs-border-width) solid var(--bs-border-color);
  10. border-radius: var(--bs-border-radius-sm);
  11. }
  12. }