@yuebai008/cli
Version:
Command line interface for rapid qg-minigame development
1 lines • 1.57 kB
JavaScript
const styles=new CSSStyleSheet;styles.replaceSync("/*\n * Copyright 2021 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.container {\n padding: 12px;\n min-width: 170px;\n}\n\n.row {\n padding: 0;\n color: var(--color-text-primary);\n padding-bottom: 16px;\n}\n\n.row:last-child {\n padding-bottom: 0;\n}\n\n.property {\n padding-bottom: 4px;\n white-space: nowrap;\n}\n\n.property-name {\n color: var(--sys-color-token-property-special);\n}\n\n.property-value {\n color: var(--color-text-primary);\n}\n\n.property-value.not-authored {\n color: var(--color-text-disabled);\n}\n\n.buttons {\n display: flex;\n flex-direction: row;\n}\n\n.buttons > :first-child {\n border-radius: 3px 0 0 3px;\n}\n\n.buttons > :last-child {\n border-radius: 0 3px 3px 0;\n}\n\n.button {\n border: 1px solid var(--color-background-elevation-2);\n background-color: var(--color-background);\n width: 24px;\n height: 24px;\n min-width: 24px;\n min-height: 24px;\n padding: 0;\n margin: 0;\n display: flex;\n justify-content: center;\n align-items: center;\n cursor: pointer;\n}\n\n.button:focus-visible {\n outline: auto 5px -webkit-focus-ring-color;\n}\n\n.button devtools-icon {\n --icon-color: var(--icon-default);\n}\n\n.button.selected {\n background-color: var(--color-background-elevation-1);\n}\n\n.button.selected devtools-icon {\n --icon-color: var(--icon-toggled);\n}\n\n/*# sourceURL=stylePropertyEditor.css */\n");export default styles;