@yuebai008/cli
Version:
Command line interface for rapid qg-minigame development
1 lines • 1.04 kB
JavaScript
const styles=new CSSStyleSheet;styles.replaceSync("/*\n * Copyright 2022 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 display: inline-flex;\n vertical-align: middle;\n}\n\n:host(.hidden) {\n display: none;\n}\n\n.expand-button {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n box-sizing: border-box;\n width: 14px;\n height: 10px;\n margin: 0 2px;\n border: 1px solid var(--override-adorner-border-color, var(--sys-color-neutral-outline));\n border-radius: 10px;\n background: var(--override-adorner-background-color, var(--sys-color-neutral-container));\n}\n\n.expand-button:hover {\n background: var(--sys-color-state-hover-dim-blend-protection);\n}\n\n.dot {\n height: 2px;\n width: 2px;\n background: var(--text-primary);\n border-radius: 50%;\n}\n\n.dot + .dot {\n margin-left: 1px;\n}\n\n/*# sourceURL=elementsTreeExpandButton.css */\n");export default styles;