UNPKG

@yuebai008/cli

Version:

Command line interface for rapid qg-minigame development

1 lines 2.81 kB
export default{cssContent:'/*\n * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved.\n * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org>\n *\n * Redistribution and use in source and binary forms, with or without\n * modification, are permitted provided that the following conditions\n * are met:\n *\n * 1. Redistributions of source code must retain the above copyright\n * notice, this list of conditions and the following disclaimer.\n * 2. Redistributions in binary form must reproduce the above copyright\n * notice, this list of conditions and the following disclaimer in the\n * documentation and/or other materials provided with the distribution.\n * 3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of\n * its contributors may be used to endorse or promote products derived\n * from this software without specific prior written permission.\n *\n * THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY\n * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY\n * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\n * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\n * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF\n * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n */\n\n.expandable-view-title {\n display: flex;\n align-items: center;\n background-color: var(--sys-color-surface2);\n height: 22px;\n padding: 0 5px;\n white-space: nowrap;\n overflow: hidden;\n position: relative;\n border-bottom: 1px solid transparent;\n}\n\n.expandable-view-title.expanded,\n.expandable-view-title:last-child {\n border-bottom: 1px solid var(--sys-color-divider);\n}\n\n.expandable-view-title .toolbar {\n margin-top: -3px;\n}\n\n.expandable-view-title > .toolbar {\n position: absolute;\n right: 0;\n top: 0;\n}\n\n.expandable-view-title:not(.expanded) .toolbar {\n display: none;\n}\n\n.title-expand-icon {\n margin-right: 2px;\n margin-bottom: -2px;\n}\n\n.expandable-view-title:focus-visible {\n background-color: var(--legacy-focus-bg-color);\n}\n\n@media (forced-colors: active) {\n .expandable-view-title:focus-visible {\n forced-color-adjust: none;\n color: HighlightText;\n background-color: Highlight;\n box-shadow: 0 0 0 2px Highlight inset;\n }\n\n .expandable-view-title:focus-visible .title-expand-icon {\n background-color: HighlightText;\n }\n}\n'};