UNPKG

@yuebai008/cli

Version:

Command line interface for rapid qg-minigame development

1 lines 841 B
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.devtools-text-input {\n height: 32px;\n width: 100%;\n padding: 8px 11px;\n line-height: 1.16;\n letter-spacing: 0.015em;\n border: 1px solid var(--sys-color-neutral-outline);\n color: var(--color-text-primary);\n border-radius: 3px;\n background-color: var(--sys-color-cdt-base-container);\n font-family: inherit;\n font-size: inherit;\n}\n\n.devtools-text-input:focus-visible {\n outline: none;\n border-color: var(--sys-color-state-focus-ring);\n}\n\n.devtools-text-input::placeholder {\n color: var(--color-input-text-disabled);\n}\n\n/*# sourceURL=textInput.css */\n");export default styles;