@yuebai008/cli
Version:
Command line interface for rapid qg-minigame development
1 lines • 1.55 kB
JavaScript
const styles=new CSSStyleSheet;styles.replaceSync("/*\n * Copyright 2023 The Chromium Authors. All rights reserved.\n * Use of this source code is governed by a BSD-style license that can be\n * found in the LICENSE file.\n */\n\n.keybinds-category-header {\n white-space: nowrap;\n padding: 0 10px 20px;\n display: flex;\n}\n\n.keybinds-category-header-text {\n line-height: 24px;\n flex: auto;\n font-weight: bold;\n}\n\n.keybinds-key {\n padding: 0.1em 0.6em;\n border: 1px solid var(--color-details-hairline);\n font-size: 11px;\n background-color: var(--color-background-elevation-1);\n color: var(--color-text-primary);\n box-shadow: var(--box-shadow-outline-color);\n border-radius: 3px;\n display: inline-block;\n margin: 0 0.1em;\n text-shadow: 0 1px 0 var(--color-background);\n line-height: 1.5;\n white-space: nowrap;\n}\n\n.keybinds-list {\n list-style: none;\n margin: 0;\n padding: 0;\n}\n\n.keybinds-list-item {\n line-height: 30px;\n display: flex;\n padding: 0 10px;\n}\n\n.keybinds-list-text {\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden;\n user-select: none;\n color: var(--color-text-primary);\n text-align: start;\n position: relative;\n margin-right: 0;\n}\n\n.keybinds-shortcut-separator {\n white-space: pre-wrap;\n}\n\n.keybinds-action-name {\n flex: auto;\n padding-right: 30px;\n}\n\n.keybinds-shortcut {\n flex: none;\n}\n\n.close-icon {\n width: 12px;\n height: 12px;\n padding-top: 2px;\n}\n\n/*# sourceURL=shortcutDialog.css */\n");export default styles;