@yuebai008/cli
Version:
Command line interface for rapid qg-minigame development
1 lines • 1.96 kB
JavaScript
export default{cssContent:'/*\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.flame-chart-main-pane {\n overflow: hidden;\n\n --selected-group-background: hsl(215deg 85% 98%);\n --selected-group-border: hsl(216deg 68% 54%);\n}\n\n:host-context(.-theme-with-dark-background) .flame-chart-main-pane {\n --selected-group-background: hsl(215deg 85% 15%);\n --selected-group-border: hsl(216deg 68% 46%);\n}\n\n.flame-chart-marker-highlight-element {\n position: absolute;\n top: 1px;\n height: 18px;\n width: 6px;\n margin: 0 -3px;\n content: "";\n display: block;\n}\n\n.flame-chart-canvas:focus-visible {\n border-top: 1px solid var(--legacy-accent-color);\n border-bottom: 1px solid var(--legacy-accent-color);\n}\n\n.flame-chart-highlight-element {\n position: absolute;\n pointer-events: none;\n background-color: var(--color-background-hover-overlay);\n}\n\n.flame-chart-selected-element {\n position: absolute;\n pointer-events: none;\n outline: 2px solid var(--color-accent-red);\n background-color: var(--color-background-hover-overlay);\n}\n\n.chart-cursor-element {\n position: absolute;\n top: 0;\n bottom: 0;\n z-index: 100;\n width: 2px;\n background-color: var(--color-selection-highlight-border);\n pointer-events: none;\n}\n\n.flame-chart-entry-info:not(:empty) {\n z-index: 2000;\n position: absolute;\n background-color: var(--color-background);\n pointer-events: none;\n padding: 4px 8px;\n white-space: nowrap;\n max-width: 80%;\n box-shadow: var(--drop-shadow);\n}\n\n.flame-chart-entry-info table tr td:empty {\n padding: 0;\n}\n\n.flame-chart-entry-info table tr td:not(:empty) {\n padding: 0 5px;\n white-space: nowrap;\n}\n\n.flame-chart-entry-info table tr td:first-child {\n font-weight: bold;\n}\n\n.flame-chart-entry-info table tr td span {\n margin-right: 5px;\n}\n'};