UNPKG

@yuebai008/cli

Version:

Command line interface for rapid qg-minigame development

1 lines 2.6 kB
export default{cssContent:"/*\n * Copyright 2016 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 background-color: var(--sys-color-cdt-base-container);\n}\n\n.report-content-box {\n background-color: var(--sys-color-cdt-base-container);\n overflow: auto;\n}\n\n.report-content-box.no-scroll {\n overflow: visible;\n}\n\n.report-header {\n border-bottom: 1px solid var(--sys-color-divider);\n padding: 12px 24px;\n}\n\n.report-header .toolbar {\n margin-bottom: -8px;\n margin-top: 5px;\n margin-left: -8px;\n}\n\n.report-title {\n font-size: 15px;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n user-select: text;\n}\n\n.report-url,\n.report-subtitle {\n font-size: 12px;\n margin-top: 10px;\n}\n\n.report-section {\n display: flex;\n padding: 12px;\n border-bottom: 1px solid var(--sys-color-divider);\n flex-direction: column;\n}\n\n.report-section-header {\n margin-left: 18px;\n display: flex;\n flex-direction: row;\n align-items: center;\n}\n\n.report-section-title {\n flex: auto;\n text-overflow: ellipsis;\n overflow: hidden;\n font-weight: bold;\n color: var(--color-text-secondary);\n}\n\n.report-field {\n margin-top: 8px;\n display: flex;\n line-height: 28px;\n}\n\n.report-row {\n margin: 10px 0 2px 18px;\n}\n\n.report-field-name {\n color: var(--color-text-disabled);\n flex: 0 0 128px;\n text-align: right;\n padding: 0 6px;\n white-space: pre-wrap;\n}\n\n.report-field-value {\n flex: auto;\n padding: 0 6px;\n white-space: pre;\n user-select: text;\n}\n\n.report-field-value-is-flexed {\n display: flex;\n white-space: pre-wrap;\n}\n\n.report-field-value-subtitle {\n color: var(--color-text-disabled);\n line-height: 14px;\n}\n\n.report-row-selectable {\n user-select: text;\n}\n\n.image-wrapper,\n.image-wrapper img {\n max-width: 200px;\n max-height: 200px;\n display: block;\n object-fit: contain;\n}\n\n.image-wrapper {\n height: fit-content;\n margin-right: 8px;\n}\n\n.show-mask img {\n /* The safe zone is a centrally positioned circle, with radius 2/5\n * (40%) of the minimum of the icon's width and height.\n * https://w3c.github.io/manifest/#icon-masks */\n clip-path: circle(40% at 50% 50%);\n}\n\n.show-mask .image-wrapper {\n background: var(--image-file-checker);\n}\n\n@media (forced-colors: active) {\n .report-field-value .inline-icon {\n --icon-color: ButtonText;\n }\n\n .report-field-value .multiline-value {\n --icon-color: ButtonText;\n }\n}\n"};