UNPKG

@yuebai008/cli

Version:

Command line interface for rapid qg-minigame development

1 lines 1.67 kB
export default{cssContent:"/*\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.tree-outline ol {\n list-style: none;\n padding: 0;\n margin: 0;\n padding-inline-start: 16px;\n\n --override-xml-view-tag: rgb(136 18 128);\n --override-xml-view-comment-or-instruction: rgb(35 110 37);\n --override-xml-view-attribute-name: rgb(153 69 0);\n --override-xml-view-attribute-value: rgb(26 26 166);\n}\n\n.-theme-with-dark-background .tree-outline ol,\n:host-context(.-theme-with-dark-background) .tree-outline ol {\n --override-xml-view-tag: rgb(237 119 229);\n --override-xml-view-comment-or-instruction: rgb(145 220 147);\n --override-xml-view-attribute-name: rgb(255 171 102);\n --override-xml-view-attribute-value: rgb(89 89 229);\n}\n\nol.tree-outline {\n padding-inline-start: 0;\n}\n\n.tree-outline li {\n min-height: 12px;\n}\n\n.tree-outline li.shadow-xml-view-close-tag {\n margin-left: -16px;\n}\n\n.shadow-xml-view-tag {\n color: var(--override-xml-view-tag);\n}\n\n.shadow-xml-view-comment {\n color: var(--override-xml-view-comment-or-instruction);\n}\n\n.shadow-xml-view-processing-instruction {\n color: var(--override-xml-view-comment-or-instruction);\n}\n\n.shadow-xml-view-attribute-name {\n color: var(--override-xml-view-attribute-name);\n}\n\n.shadow-xml-view-attribute-value {\n color: var(--override-xml-view-attribute-value);\n}\n\n.shadow-xml-view-text {\n color: var(--color-background-inverted);\n white-space: pre;\n}\n\n.shadow-xml-view-cdata {\n color: var(--color-background-inverted);\n}\n"};