@yuebai008/cli
Version:
Command line interface for rapid qg-minigame development
1 lines • 721 B
JavaScript
const styles=new CSSStyleSheet;styles.replaceSync("/**\n * Copyright 2019 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.overview-processing-view {\n overflow: hidden;\n padding: 16px;\n justify-content: center;\n align-items: center;\n height: 100%;\n}\n\n.overview-processing-view h1 {\n font-size: 16px;\n text-align: center;\n font-weight: normal;\n margin: 0;\n padding: 8px;\n}\n\n.overview-processing-view h2 {\n font-size: 12px;\n text-align: center;\n font-weight: normal;\n margin: 0;\n padding-top: 32px;\n}\n\n/*# sourceURL=cssOverviewProcessingView.css */\n");export default styles;