選択できるのは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. }