@yuebai008/cli
Version:
Command line interface for rapid qg-minigame development
1 lines • 845 B
JavaScript
const styles=new CSSStyleSheet;styles.replaceSync("/*\n * Copyright 2021 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:host {\n white-space: pre;\n overflow: hidden;\n display: flex;\n}\n\ninput {\n font-size: 14px;\n}\n\n.prefix {\n flex: none;\n color: var(--color-primary-old);\n}\n\n.text-prompt-input {\n flex: auto;\n position: relative;\n}\n\n.text-prompt-input input {\n width: 100%;\n border: none;\n outline: none;\n position: absolute;\n left: 0;\n padding: 0;\n z-index: 2;\n background-color: transparent;\n}\n\n.text-prompt-input .suggestion {\n color: var(--color-background-highlight);\n position: absolute;\n left: 0;\n z-index: 1;\n}\n\n/*# sourceURL=textPrompt.css */\n");export default styles;