UNPKG

@yuebai008/cli

Version:

Command line interface for rapid qg-minigame development

1 lines 1.1 kB
const styles=new CSSStyleSheet;styles.replaceSync("/*\n * Copyright (c) 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:host {\n overflow: hidden;\n}\n\n.developer-resource-view-toolbar-container {\n display: flex;\n border-bottom: 1px solid var(--sys-color-divider);\n flex: 0 0 auto;\n}\n\n.developer-resource-view-toolbar {\n display: inline-block;\n width: 100%;\n}\n\n.developer-resource-view-toolbar-summary {\n background-color: var(--sys-color-cdt-base-container);\n border-top: 1px solid var(--sys-color-divider);\n padding-left: 5px;\n flex: 0 0 19px;\n display: flex;\n padding-right: 5px;\n}\n\n.developer-resource-view-toolbar-summary .developer-resource-view-message {\n padding-top: 2px;\n padding-left: 1ex;\n text-overflow: ellipsis;\n white-space: nowrap;\n overflow: hidden;\n}\n\n.developer-resource-view-results {\n overflow-y: auto;\n display: flex;\n flex: auto;\n}\n\n/*# sourceURL=developerResourcesView.css */\n");export default styles;