UNPKG

@yuebai008/cli

Version:

Command line interface for rapid qg-minigame development

1 lines 1.36 kB
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.adorner-settings-pane {\n display: flex;\n height: 2.67em;\n padding: 0 12px;\n color: var(--color-text-primary);\n font-size: 12px;\n align-items: center;\n}\n\n.settings-title {\n font-weight: 500;\n}\n\n.setting {\n margin-left: 1em;\n}\n\n.adorner-status {\n margin: auto 0.4em auto 0;\n}\n\n.adorner-status,\n.adorner-name {\n vertical-align: middle;\n}\n\n.close {\n position: relative;\n margin-left: auto;\n font-size: 1em;\n width: 1.5em;\n height: 1.5em;\n border: none;\n border-radius: 50%;\n background-color: var(--color-background-elevation-1);\n}\n\n.close::before,\n.close::after {\n content: "";\n display: inline-block;\n position: absolute;\n left: 0;\n right: 0;\n top: 0;\n bottom: 0;\n margin: auto;\n width: 1em;\n height: 0.2em;\n background-color: var(--color-text-secondary);\n border-radius: 2px;\n}\n\n.close:hover,\n.close:focus {\n background-color: var(--color-background-elevation-2);\n}\n\n.close::before {\n transform: rotate(45deg);\n}\n\n.close::after {\n transform: rotate(-45deg);\n}\n\n/*# sourceURL=adornerSettingsPane.css */\n');export default styles;