UNPKG

@yuebai008/cli

Version:

Command line interface for rapid qg-minigame development

1 lines 954 B
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.paint-profiler-overview {\n background-color: var(--color-background);\n}\n\n.paint-profiler-canvas-container {\n flex: auto;\n position: relative;\n}\n\n.paint-profiler-pie-chart {\n width: 60px !important; /* stylelint-disable-line declaration-no-important */\n height: 60px !important; /* stylelint-disable-line declaration-no-important */\n padding: 2px;\n overflow: hidden;\n font-size: 10px;\n}\n\n.paint-profiler-canvas-container canvas {\n z-index: 200;\n background-color: var(--color-background);\n opacity: 95%;\n height: 100%;\n width: 100%;\n}\n\n.paint-profiler-canvas-container .overview-grid-window-resizer {\n z-index: 2000;\n}\n\n/*# sourceURL=paintProfiler.css */\n");export default styles;