-
-
diff --git a/css/_keyboard-shortcuts.scss b/css/_keyboard-shortcuts.scss index 1a277807b2..4700280a51 100644 --- a/css/_keyboard-shortcuts.scss +++ b/css/_keyboard-shortcuts.scss @@ -1,25 +1,10 @@ -#keyboard-shortcuts { - display: none; - position: absolute; - bottom: 20px; - left: $defaultToolbarSize; - overflow: hidden; - padding: 20px; - margin-left: 10px; - z-index: $zindex10; - border-radius: $borderRadius; - background-attachment: scroll; - background-size: auto auto; - color: rgba(255, 255, 255, .8); - background-color: rgba(0, 0, 0, .8); -} - -#keyboard-shortcuts .item-action { - color: #209EFF; - font-size: 14pt; - padding-right: 5px; -} - -#keyboard-shortcuts-list { +.shortcuts-list { list-style-type: none; -} \ No newline at end of file + padding: 0; + + &__item { + display: flex; + justify-content: space-between; + margin-bottom: em(7, 14); + } +} diff --git a/css/main.scss b/css/main.scss index dc6da7cbd8..8f837ee546 100644 --- a/css/main.scss +++ b/css/main.scss @@ -61,7 +61,6 @@ @import 'redirect_page'; @import 'components/form-control'; @import 'components/link'; -@import 'shortcuts/main'; @import 'components/button-control'; @import 'components/input-control'; @import 'components/input-slider'; diff --git a/css/shortcuts/_main.scss b/css/shortcuts/_main.scss deleted file mode 100644 index 065785b30d..0000000000 --- a/css/shortcuts/_main.scss +++ /dev/null @@ -1,4 +0,0 @@ -/* Import shortcuts blocks */ - -@import 'regular-key'; -@import 'shortcuts-list'; \ No newline at end of file diff --git a/css/shortcuts/_regular-key.scss b/css/shortcuts/_regular-key.scss deleted file mode 100644 index 9215e372cf..0000000000 --- a/css/shortcuts/_regular-key.scss +++ /dev/null @@ -1,11 +0,0 @@ -.regular-key { - display: table-cell; - width: 25px; - height: 20px; - padding: 0; - text-align: center; - vertical-align: middle; - font-family: $baseFontFamily; - color: $defaultDarkColor; - font-size: 12px; -} \ No newline at end of file diff --git a/css/shortcuts/_shortcuts-list.scss b/css/shortcuts/_shortcuts-list.scss deleted file mode 100644 index 7e32ed4e22..0000000000 --- a/css/shortcuts/_shortcuts-list.scss +++ /dev/null @@ -1,12 +0,0 @@ -.shortcuts-list { - padding: 0; - - &__description { - margin-left: em(16, 14); - vertical-align: top; - } - - &__item { - margin-bottom: em(7, 14); - } -} \ No newline at end of file diff --git a/index.html b/index.html index 6f16502dcb..7182bd9dee 100644 --- a/index.html +++ b/index.html @@ -139,11 +139,5 @@
-