UNPKG

@quick-game/cli

Version:

Command line interface for rapid qg development

66 lines (55 loc) 1.34 kB
// Copyright 2023 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // IMPORTANT: this file is auto generated. Please do not edit this file. /* istanbul ignore file */ const styles = new CSSStyleSheet(); styles.replaceSync( `/* * Copyright 2018 The Chromium Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #console-prompt .CodeMirror { padding: 3px 0 1px; } #console-prompt .CodeMirror-line { padding-top: 0; } #console-prompt .CodeMirror-lines { padding-top: 0; } #console-prompt .console-prompt-icon { position: absolute; left: -13px; top: 2px; user-select: none; } .console-eager-preview { padding-bottom: 2px; opacity: 60%; position: relative; height: 15px; } .console-eager-inner-preview { text-overflow: ellipsis; overflow: hidden; margin-left: 4px; height: 100%; white-space: nowrap; } .preview-result-icon { position: absolute; left: -13px; top: -1px; } .console-eager-inner-preview:empty, .console-eager-inner-preview:empty + .preview-result-icon { opacity: 0%; } .console-prompt-icon.console-prompt-incomplete { opacity: 65%; } /*# sourceURL=consolePrompt.css */ `); export default styles;