@yuebai008/cli
Version:
Command line interface for rapid qg-minigame development
1 lines • 3.42 kB
JavaScript
const styles=new CSSStyleSheet;styles.replaceSync('/*\n * Copyright 2018 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/* <3 */\n\n.lighthouse-start-view {\n font-family: Roboto, sans-serif;\n font-size: var(--font-size);\n line-height: 18px;\n padding: 24px;\n overflow: auto;\n height: 100%;\n /* for buttons */\n --legacy-accent-color: #0535c1;\n --legacy-accent-color-hover: #17b;\n --font-size: 14px;\n --report-font-family: roboto, helvetica, arial, sans-serif;\n}\n\n.lighthouse-start-view header {\n display: flex;\n font-size: 18px;\n flex-direction: row;\n align-items: center;\n column-gap: 16px;\n margin-bottom: 16px;\n}\n\n.lighthouse-logo {\n width: 75px;\n height: 75px;\n flex-shrink: 0;\n background-repeat: no-repeat;\n background-size: contain;\n background-image: var(--image-file-lighthouse_logo);\n}\n\n.lighthouse-start-view .lighthouse-logo {\n width: 45px;\n height: 45px;\n}\n\n.lighthouse-form-section {\n padding: 8px;\n flex: 1 1;\n}\n\n.lighthouse-form-section-label {\n margin: 7px 0;\n font-weight: 500;\n}\n\n.lighthouse-form-section-label i span {\n position: relative;\n top: -2px;\n}\n\n.lighthouse-form-section-label span.largeicon-checkmark {\n top: -4px;\n}\n\n.lighthouse-form-section-label .lighthouse-learn-more {\n margin: 20px;\n}\n\n.lighthouse-radio {\n display: flex;\n align-items: center;\n}\n\ninput[type="radio"]:focus {\n outline-width: 2px;\n}\n\n:host-context(.-theme-with-dark-background) input[type="radio"] {\n accent-color: var(--color-checkbox-accent-color);\n}\n\n.lighthouse-radio-text {\n margin-left: 3px;\n}\n\n.lighthouse-start-button-container {\n align-items: center;\n}\n\n.lighthouse-start-view header.hbox .lighthouse-start-button-container {\n margin-left: auto;\n}\n\n.lighthouse-start-view header.vbox .lighthouse-title {\n text-align: center;\n}\n\n.lighthouse-start-button-container button {\n margin: 16px auto;\n font-family: var(--report-font-family);\n font-weight: 500;\n font-size: var(--font-size);\n}\n\n.lighthouse-start-button-container button:disabled {\n cursor: not-allowed;\n}\n\n.lighthouse-launcher-row,\n.lighthouse-radio {\n margin-bottom: 6px;\n}\n\n.lighthouse-launcher-row:last-of-type,\n.lighthouse-radio:last-of-type {\n margin-bottom: 0;\n}\n\n.lighthouse-launcher-row .dimmed {\n padding-left: 22px;\n}\n\n.lighthouse-help-text {\n text-align: center;\n color: #f00; /* stylelint-disable-line plugin/use_theme_colors */\n /* See: crbug.com/1152736 for color variable migration. */\n font-weight: bold;\n padding-left: 10px;\n}\n\n.lighthouse-warning-text {\n text-align: left;\n color: #ff8c00; /* stylelint-disable-line plugin/use_theme_colors */\n /* See: crbug.com/1152736 for color variable migration. */\n font-weight: bold;\n padding-left: 10px;\n padding-top: 10px;\n}\n\n.lighthouse-warning-text::before {\n content: "⚠";\n margin-right: 10px;\n}\n\n.lighthouse-options {\n display: grid;\n grid-template-columns: 1fr 1fr;\n grid-template-rows: auto auto;\n}\n\n.lighthouse-options.narrow {\n grid-template-columns: 1fr;\n grid-template-rows: auto auto auto;\n}\n\n.lighthouse-options.wide {\n grid-template-columns: 1fr 1fr 1fr;\n grid-template-rows: auto;\n}\n\n/*# sourceURL=lighthouseStartView.css */\n');export default styles;