keyboardShortcuts.styl 555 B

12345678910111213141516171819202122232425
  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. font-weight: bold
  15. background: white
  16. border-radius: 3px
  17. border: 1px solid darken(white, 10%)
  18. box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15)
  19. .shortcuts-list-item-action
  20. font-size: 1.4em
  21. margin: 5px