UNPKG

@yuebai008/cli

Version:

Command line interface for rapid qg-minigame development

1 lines 806 B
const styles=new CSSStyleSheet;styles.replaceSync("/*\n * Copyright 2023 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 padding: 2px 1px 2px 2px;\n white-space: nowrap;\n display: flex;\n flex-direction: column;\n height: 36px;\n justify-content: center;\n overflow-y: auto;\n}\n\n.title {\n overflow: hidden;\n padding-left: 8px;\n text-overflow: ellipsis;\n flex-grow: 0;\n}\n\n.subtitle {\n color: var(--color-text-secondary);\n margin-right: 3px;\n overflow: hidden;\n padding-left: 8px;\n text-overflow: ellipsis;\n flex-grow: 0;\n}\n\n:host(.highlighted) .subtitle {\n color: inherit;\n}\n\n/*# sourceURL=outermostTargetSelector.css */\n");export default styles;