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 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. }