UNPKG

@yuebai008/cli

Version:

Command line interface for rapid qg-minigame development

1 lines 813 B
const styles=new CSSStyleSheet;styles.replaceSync("/*\n * Copyright 2023 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* {\n box-sizing: border-box;\n padding: 0;\n margin: 0;\n font-size: inherit;\n}\n\n:host {\n display: block;\n}\n\n.toolbar {\n align-items: center;\n display: flex;\n justify-content: space-between;\n padding-left: 5px;\n padding-right: 10px;\n padding-top: 1px;\n height: 27px;\n background-color: var(--color-background);\n position: absolute;\n bottom: 0;\n width: 100%;\n border-top: 1px solid var(--color-button-secondary-border);\n}\n\n.toolbar devtools-button {\n width: 20px;\n height: 20px;\n}\n\n/*# sourceURL=toolbar.css */\n");export default styles;