您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

_keyboard-shortcuts.scss 181B

12345678910
  1. .shortcuts-list {
  2. list-style-type: none;
  3. padding: 0;
  4. &__item {
  5. display: flex;
  6. justify-content: space-between;
  7. margin-bottom: em(7, 14);
  8. }
  9. }