UNPKG

@quick-game/cli

Version:

Command line interface for rapid qg development

68 lines (54 loc) 1.45 kB
// Copyright 2023 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // IMPORTANT: this file is auto generated. Please do not edit this file. /* istanbul ignore file */ const styles = new CSSStyleSheet(); styles.replaceSync( `/* * Copyright 2017 The Chromium Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ .toolbar { background-color: var(--sys-color-cdt-base-container); border-bottom: 1px solid var(--sys-color-divider); } .lh-root { --report-menu-width: 0; user-select: text; } /* for View Trace button */ .lh-audit-group { position: relative; } button.view-trace { margin: 10px; } .lighthouse-results-container { position: relative; } /** \\'window.opener\\' is null for windows opened from DevTools. This breaks the LH viewer app, so disable this feature. */ .lh-tools--viewer { display: none !important; /* stylelint-disable-line declaration-no-important */ } .lighthouse-settings-pane { flex: none; } .lighthouse-settings-pane .toolbar { flex: 1 1; } .lighthouse-toolbar-container { display: flex; flex: none; } .lighthouse-toolbar-container > :first-child { flex: 1 1 auto; } .lh-devtools .lh-element-screenshot__overlay { position: absolute; } /*# sourceURL=lighthousePanel.css */ `); export default styles;