* feat(keyboard-shortcuts): show help in a react dialog - Move shortcut help dom declaration to a react component - Let open/close logic be handled by AtlasKit Dialog - Remove static html for help from index.html - Consolidate keyboard shortcut css * squash: use lozenge for key styling * squash: use different iteration style * squash: update package-lock for lozenge
11 lines
181 B
SCSS
11 lines
181 B
SCSS
.shortcuts-list {
|
|
list-style-type: none;
|
|
padding: 0;
|
|
|
|
&__item {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin-bottom: em(7, 14);
|
|
}
|
|
}
|