UNPKG

@yuebai008/cli

Version:

Command line interface for rapid qg-minigame development

1 lines 2.98 kB
const styles=new CSSStyleSheet;styles.replaceSync("/*\n * Copyright 2017 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.lighthouse-view {\n --view-horizontal-margin: 20px;\n\n margin: 7px var(--view-horizontal-margin);\n flex: auto;\n align-items: center;\n width: 100%;\n max-width: 500px;\n}\n\n.lighthouse-view h2 {\n color: var(--color-text-primary);\n font-weight: bold;\n font-size: 14px;\n flex: none;\n width: 100%;\n text-align: left;\n}\n\n.lighthouse-view button {\n z-index: 10;\n margin-left: auto;\n margin-right: 0;\n}\n\n.lighthouse-status {\n width: 100%;\n flex: auto;\n align-items: center;\n color: var(--color-text-primary);\n}\n\n.lighthouse-status-text {\n text-align: center;\n min-height: 50px;\n margin-bottom: 10px;\n display: flex;\n justify-content: center;\n flex-direction: column;\n max-width: 100%;\n}\n\n.lighthouse-status-text code {\n user-select: text;\n text-align: left;\n white-space: pre-wrap;\n overflow: auto;\n}\n\n.lighthouse-progress-wrapper {\n width: calc(100% + 2 * var(--view-horizontal-margin));\n height: 2px;\n background-color: var(--color-background-highlight);\n position: relative;\n margin: 10px;\n}\n\n.lighthouse-progress-bar {\n width: 0%;\n height: 100%;\n background: var(--color-primary-variant);\n position: absolute;\n transform-origin: left;\n animation-fill-mode: forwards;\n animation-timing-function: ease-out;\n\n --progress-bar-loading-duration: 45s;\n --progress-bar-gathering-duration: 12s;\n --progress-bar-gathering-percent: 70%;\n --progress-bar-auditing-duration: 5s;\n --progress-bar-auditing-percent: 95%;\n}\n\n.lighthouse-progress-bar.errored {\n width: 100%;\n background: #e50303; /* stylelint-disable-line plugin/use_theme_colors */\n /* See: crbug.com/1152736 for color variable migration. */\n}\n\n.lighthouse-progress-bar.loading {\n animation-duration: var(--progress-bar-loading-duration);\n animation-name: progressBarLoading;\n}\n\n@keyframes progressBarLoading {\n 0% { width: 0%; }\n 100% { width: var(--progress-bar-gathering-percent); }\n}\n\n.lighthouse-progress-bar.gathering {\n animation-duration: var(--progress-bar-gathering-duration);\n animation-name: progressBarGathering;\n}\n\n@keyframes progressBarGathering {\n 0% { width: var(--progress-bar-gathering-percent); }\n 100% { width: var(--progress-bar-auditing-percent); }\n}\n\n.lighthouse-progress-bar.auditing {\n animation-duration: var(--progress-bar-auditing-duration);\n animation-name: progressBarAuditing;\n}\n\n@keyframes progressBarAuditing {\n 0% { width: var(--progress-bar-auditing-percent); }\n 100% { width: 99%; }\n}\n\n.lighthouse-report-error {\n display: block;\n margin-top: 5px;\n}\n\n.lighthouse-action-buttons {\n align-self: end;\n column-gap: 8px;\n}\n\n/*# sourceURL=lighthouseDialog.css */\n");export default styles;