UNPKG

@yuebai008/cli

Version:

Command line interface for rapid qg-minigame development

1 lines 1.43 kB
const styles=new CSSStyleSheet;styles.replaceSync('/*\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 margin: 0;\n padding: 2px 4px;\n min-height: 18px;\n}\n\n.tree-outline {\n padding: 0;\n}\n\n.tree-outline li {\n margin-left: 14px;\n user-select: text;\n}\n\n.tree-outline li.parent {\n margin-left: 1px;\n}\n\n.tree-outline li:not(.parent)::before {\n display: none;\n}\n\n.breakpoint-hit {\n --override-breakpoint-hit-background-color: rgb(255 255 194);\n --override-breakpoint-hit-border-color: rgb(107 97 48);\n\n background-color: var(--override-breakpoint-hit-background-color);\n}\n\n:host-context(.-theme-with-dark-background) .breakpoint-hit {\n --override-breakpoint-hit-background-color: hsl(46deg 98% 22%);\n --override-breakpoint-hit-dark-mode-color: #ccc;\n\n color: var(--override-breakpoint-hit-dark-mode-color);\n}\n\n.breakpoint-hit .breakpoint-hit-marker {\n background-color: var(--override-breakpoint-hit-background-color);\n border-right: 3px solid var(--override-breakpoint-hit-border-color);\n height: 100%;\n left: 0;\n margin-left: -30px;\n position: absolute;\n right: -4px;\n z-index: -1;\n}\n\n.source-code[is="dt-checkbox"] {\n max-width: 100%;\n}\n\n/*# sourceURL=categorizedBreakpointsSidebarPane.css */\n');export default styles;