You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_keyboard-shortcuts.scss 487B

123456789101112131415161718192021222324
  1. #keyboard-shortcuts {
  2. display: none;
  3. position: absolute;
  4. bottom: 20px;
  5. left: 20px;
  6. overflow: hidden;
  7. padding: 20px;
  8. z-index: 10;
  9. border-radius: 15px;
  10. background-attachment: scroll;
  11. background-size: auto auto;
  12. color: rgba(255, 255, 255, .8);
  13. background-color: rgba(0, 0, 0, .8);
  14. }
  15. #keyboard-shortcuts .item-action {
  16. color: #209EFF;
  17. font-size: 14pt;
  18. padding-right: 5px;
  19. }
  20. #keyboard-shortcuts-list {
  21. list-style-type: none;
  22. }