keyboardShortcuts.styl 379 B

1234567891011121314151617181920
  1. .shortcuts-list
  2. .shortcuts-list-item
  3. border-bottom: 1px solid darken(white, 25%)
  4. padding: 10px 5px
  5. &:last-child
  6. border-bottom: none
  7. .shortcuts-list-item-keys
  8. margin-top: 5px
  9. float: right
  10. kbd
  11. padding: 5px 8px
  12. margin: 5px
  13. font-size: 18px
  14. .shortcuts-list-item-action
  15. font-size: 1.4em
  16. margin: 5px