@yuebai008/cli
Version:
Command line interface for rapid qg-minigame development
1 lines • 616 B
JavaScript
const styles=new CSSStyleSheet;styles.replaceSync("/*\n * Copyright 2017 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.node-icon {\n width: 28px;\n height: 26px;\n background-image: var(--image-file-nodeIcon);\n background-size: 17px 17px;\n background-repeat: no-repeat;\n background-position: center;\n opacity: 80%;\n cursor: auto;\n}\n\n.node-icon:hover {\n opacity: 100%;\n}\n\n.node-icon.inactive {\n filter: grayscale(100%);\n}\n\n/*# sourceURL=nodeIcon.css */\n");export default styles;