@yuebai008/cli
Version:
Command line interface for rapid qg-minigame development
1 lines • 1.43 kB
JavaScript
const styles=new CSSStyleSheet;styles.replaceSync('/*\n * Copyright (c) 2021 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.text-ellipsis {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n\nbutton ~ .text-ellipsis {\n padding-left: 2px;\n}\n\n.link,\n.devtools-link {\n color: var(--color-link);\n text-decoration: underline;\n cursor: pointer;\n outline-offset: 2px;\n padding: 0;\n}\n\nbutton.link {\n border: none;\n background: none;\n font-family: inherit;\n font-size: inherit;\n height: 16px;\n}\n\nbutton.link:has(devtools-icon) {\n margin-top: 5px;\n}\n\nbutton.text-link {\n padding-left: 2px;\n height: 26px;\n}\n\n.inline-button {\n padding-left: 1ex;\n}\n\n.inline-comment {\n padding-left: 1ex;\n white-space: pre-line;\n}\n\n.inline-comment::before {\n content: "(";\n}\n\n.inline-comment::after {\n content: ")";\n}\n\n.inline-name {\n color: var(--color-text-secondary);\n padding-left: 2ex;\n user-select: none;\n white-space: pre-line;\n}\n\n.inline-name::after {\n content: ":\\u00a0";\n}\n\n.inline-items {\n display: flex;\n}\n\n.span-cols {\n grid-column-start: span 2;\n margin: 0 0 8px 30px;\n line-height: 28px;\n}\n\n.without-min-width {\n min-width: auto;\n}\n\n/*# sourceURL=frameDetailsReportView.css */\n');export default styles;