UNPKG

@yuebai008/cli

Version:

Command line interface for rapid qg-minigame development

1 lines 2.28 kB
const styles=new CSSStyleSheet;styles.replaceSync("/*\n * Copyright 2019 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: hidden;\n}\n\n.web-audio-toolbar-container {\n background-color: var(--sys-color-cdt-base-container);\n border-bottom: 1px solid var(--sys-color-divider);\n min-height: fit-content;\n}\n\n.web-audio-toolbar {\n display: inline-block;\n}\n\n.web-audio-landing-page {\n position: absolute;\n background-color: var(--sys-color-cdt-base-container);\n justify-content: center;\n align-items: center;\n overflow: auto;\n font-size: 13px;\n color: var(--color-text-primary);\n}\n\n.web-audio-landing-page > div {\n max-width: 500px;\n margin: 10px;\n}\n\n.web-audio-landing-page > div > p {\n flex: none;\n white-space: pre-line;\n}\n\n.web-audio-content-container {\n overflow-y: auto;\n}\n\n.web-audio-details-container {\n min-height: fit-content;\n}\n\n.web-audio-summary-container {\n flex-shrink: 0;\n}\n\n.context-detail-container {\n flex: none;\n display: flex;\n background-color: var(--color-background);\n flex-direction: column;\n}\n\n.context-detail-header {\n border-bottom: 1px solid var(--sys-color-divider);\n padding: 12px 24px;\n margin-bottom: 10px;\n}\n\n.context-detail-title {\n font-size: 15px;\n font-weight: 400;\n}\n\n.context-detail-subtitle {\n font-size: 12px;\n margin-top: 10px;\n user-select: text;\n}\n\n.context-detail-row {\n flex-direction: row;\n display: flex;\n line-height: 18px;\n padding-left: 24px;\n}\n\n.context-detail-row-entry:not(:empty) {\n color: var(--color-text-secondary);\n overflow: hidden;\n width: 130px;\n}\n\n.context-detail-row-value {\n user-select: text;\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden;\n}\n\n.context-summary-container {\n flex: 0 0 27px;\n line-height: 27px;\n padding-left: 5px;\n background-color: var(--sys-color-cdt-base-container);\n border-top: 1px solid var(--sys-color-divider);\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden;\n}\n\n.context-summary-container span {\n margin-right: 6px;\n}\n\n/*# sourceURL=webAudio.css */\n");export default styles;