@yuebai008/cli
Version:
Command line interface for rapid qg-minigame development
1 lines • 894 B
JavaScript
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\ntable td {\n padding-left: 8px;\n}\n\ntable td:first-child {\n font-weight: bold;\n}\n\n.scroll-rect.active {\n --override-active-rect-color: rgb(100 100 100 / 20%);\n\n background-color: var(--override-active-rect-color);\n}\n\n.-theme-with-dark-background .scroll-rect.active,\n:host-context(.-theme-with-dark-background) .scroll-rect.active {\n --override-active-rect-color: rgb(155 155 155 / 20%);\n}\n\nul {\n list-style: none;\n padding-inline-start: 0;\n margin-block-start: 0;\n margin-block-end: 0;\n}\n\n.devtools-link.link-margin {\n margin: 8px;\n display: inline-block;\n}\n\n/*# sourceURL=layerDetailsView.css */\n");export default styles;