@yuebai008/cli
Version:
Command line interface for rapid qg-minigame development
1 lines • 776 B
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:host {\n display: block;\n}\n\n.container {\n display: flex;\n flex-wrap: wrap;\n padding: 4px;\n}\n\n.experiment-preview,\n.feedback,\n.learn-more {\n display: flex;\n align-items: center;\n}\n\n.helper {\n flex-basis: 100%;\n text-align: center;\n font-style: italic;\n}\n\n.spacer {\n flex: 1;\n}\n\n.x-link {\n color: var(--color-primary-old);\n text-decoration-line: underline;\n margin: 0 4px;\n}\n\n.feedback .x-link {\n color: var(--color-text-secondary);\n}\n\n/*# sourceURL=previewToggle.css */\n");export default styles;