UNPKG

@yuebai008/cli

Version:

Command line interface for rapid qg-minigame development

1 lines 1.39 kB
const styles=new CSSStyleSheet;styles.replaceSync('/*\n * Copyright 2020 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.report-content-box {\n overflow: initial;\n}\n\n.report-field-name {\n flex: 0 0 200px;\n}\n\n.report-field-value {\n user-select: text;\n display: flex;\n}\n\n.report-field .inline-name {\n color: var(--color-text-disabled);\n padding-left: 2ex;\n user-select: none;\n white-space: pre-line;\n}\n\n.report-field .inline-name::after {\n content: ":\\A0";\n}\n\n.report-field .inline-comment {\n color: var(--color-text-secondary);\n padding-left: 1ex;\n white-space: pre-line;\n}\n\n.report-field .inline-comment::before {\n content: "(";\n}\n\n.report-field .inline-comment::after {\n content: ")";\n}\n\n.report-field .inline-span {\n color: var(--color-text-secondary);\n padding-left: 1ex;\n white-space: pre-line;\n}\n\n.report-field-value-link {\n display: inline-block;\n}\n\n.icon-link.devtools-link {\n background-color: var(--color-link);\n vertical-align: sub;\n}\n\n.frame-details-container {\n overflow: auto;\n}\n\n.frame-details-report-container {\n min-width: 550px;\n}\n\n.text-ellipsis {\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n/*# sourceURL=openedWindowDetailsView.css */\n');export default styles;