@yuebai008/cli
Version:
Command line interface for rapid qg-minigame development
1 lines • 849 B
JavaScript
const styles=new CSSStyleSheet;styles.replaceSync("/*\n * Copyright 2022 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.active.split {\n border-radius: 50% 0% 0% 50%;\n}\n\n.inactive.split {\n border-radius: 0% 50% 50% 0%;\n}\n\n.counter {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n}\n\n.part {\n display: flex;\n border-radius: 50%;\n align-items: center;\n justify-content: center;\n overflow: hidden;\n}\n\n.active {\n color: var(--color-button-primary-text);\n background-color: var(--color-primary-old);\n}\n\n.inactive {\n color: var(--color-text-disabled);\n background-color: var(--color-background-elevation-2);\n}\n\n/*# sourceURL=twoStatesCounter.css */\n");export default styles;