UNPKG

@yuebai008/cli

Version:

Command line interface for rapid qg-minigame development

1 lines 1.31 kB
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:host {\n display: block;\n}\n\nh1 {\n font-weight: normal;\n font-size: 18px;\n line-height: 28px;\n padding: 0;\n margin-top: 0;\n color: var(--color-text-primary);\n}\n\n.intro-steps {\n counter-reset: custom-counter;\n list-style: none;\n margin: 16px 0 30px 30px;\n padding: 0;\n}\n\n.intro-steps li {\n color: var(--color-text-primary);\n counter-increment: custom-counter;\n font-size: 13px;\n letter-spacing: 0.03em;\n line-height: 1.54;\n margin-bottom: 9px;\n position: relative;\n}\n\n.intro-steps li::before {\n --override-color-counter-background: rgba(26 115 232 / 25%);\n\n box-sizing: border-box;\n background: var(--override-color-counter-background);\n border-radius: 50%;\n color: var(--color-primary-old);\n content: counter(custom-counter);\n font-size: 12px;\n height: 18px;\n left: -30px;\n line-height: 20px;\n position: absolute;\n text-align: center;\n top: 0;\n width: 18px;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n\n/*# sourceURL=panelIntroductionSteps.css */\n");export default styles;