@yuebai008/cli
Version:
Command line interface for rapid qg-minigame development
1 lines • 865 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 overflow: auto;\n height: 100%;\n}\n\n.reporting-container {\n height: 100%;\n display: flex;\n flex-direction: column;\n}\n\n.reporting-header {\n font-size: 15px;\n background-color: var(--sys-color-surface2);\n padding: 1px 4px;\n}\n\n.reporting-placeholder {\n flex-grow: 1;\n display: flex;\n align-items: center;\n justify-content: center;\n font-size: 13px;\n color: var(--color-text-secondary);\n}\n\ndevtools-data-grid-controller {\n border: 1px solid var(--sys-color-divider);\n}\n\n.inline-icon {\n vertical-align: text-bottom;\n}\n\n/*# sourceURL=reportingApiGrid.css */\n");export default styles;