@yuebai008/cli
Version:
Command line interface for rapid qg-minigame development
1 lines • 2.07 kB
JavaScript
const styles=new CSSStyleSheet;styles.replaceSync("/*\n * Copyright 2022 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 flex-grow: 1;\n padding: 6px;\n}\n\n.row {\n display: flex;\n flex-direction: row;\n color: var(--color-syntax-1);\n font-family: var(--monospace-font-family);\n font-size: var(--monospace-font-size);\n align-items: center;\n line-height: 24px;\n}\n\n.row devtools-button {\n line-height: 1;\n margin-left: 0.1em;\n}\n\n.row devtools-button:nth-of-type(1) {\n margin-left: 0.8em;\n}\n\n.padded {\n margin-left: 2em;\n}\n\n.separator {\n margin-right: 0.5em;\n color: var(--color-text-primary);\n}\n\n.editable {\n cursor: text;\n color: var(--color-text-primary);\n overflow-wrap: break-word;\n min-height: 18px;\n line-height: 18px;\n min-width: 0.5em;\n background: transparent;\n border: none;\n outline: none;\n display: inline-block;\n}\n\n.editable.red {\n color: var(--color-syntax-1);\n}\n\n.editable:hover,\n.editable:focus {\n box-shadow: 0 0 0 1px var(--color-details-hairline);\n border-radius: 2px;\n}\n\n.row .inline-button {\n opacity: 0%;\n visibility: hidden;\n transition: opacity 200ms;\n}\n\n.row:focus-within .inline-button,\n.row:hover .inline-button {\n opacity: 100%;\n visibility: visible;\n}\n\n.center-wrapper {\n height: 100%;\n display: flex;\n justify-content: center;\n align-items: center;\n}\n\n.centered {\n margin: 1em;\n max-width: 300px;\n text-align: center;\n}\n\n.error-header {\n font-weight: bold;\n margin-bottom: 1em;\n}\n\n.error-body {\n line-height: 1.5em;\n color: var(--color-text-secondary);\n}\n\n.add-block {\n margin-top: 3px;\n}\n\n.header-name,\n.header-value {\n min-width: min-content;\n}\n\n.link {\n color: var(--color-link);\n text-decoration: underline;\n cursor: pointer;\n outline-offset: 2px;\n padding: 0;\n}\n\n.learn-more-row {\n line-height: 24px;\n}\n\n/*# sourceURL=HeadersView.css */\n");export default styles;