UNPKG

@quick-game/cli

Version:

Command line interface for rapid qg development

129 lines (108 loc) 2.23 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 2022 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. */ :host { flex-grow: 1; padding: 6px; } .row { display: flex; flex-direction: row; color: var(--color-syntax-1); font-family: var(--monospace-font-family); font-size: var(--monospace-font-size); align-items: center; line-height: 24px; } .row devtools-button { line-height: 1; margin-left: 0.1em; } .row devtools-button:nth-of-type(1) { margin-left: 0.8em; } .padded { margin-left: 2em; } .separator { margin-right: 0.5em; color: var(--color-text-primary); } .editable { cursor: text; color: var(--color-text-primary); overflow-wrap: break-word; min-height: 18px; line-height: 18px; min-width: 0.5em; background: transparent; border: none; outline: none; display: inline-block; } .editable.red { color: var(--color-syntax-1); } .editable:hover, .editable:focus { box-shadow: 0 0 0 1px var(--color-details-hairline); border-radius: 2px; } .row .inline-button { opacity: 0%; visibility: hidden; transition: opacity 200ms; } .row:focus-within .inline-button, .row:hover .inline-button { opacity: 100%; visibility: visible; } .center-wrapper { height: 100%; display: flex; justify-content: center; align-items: center; } .centered { margin: 1em; max-width: 300px; text-align: center; } .error-header { font-weight: bold; margin-bottom: 1em; } .error-body { line-height: 1.5em; color: var(--color-text-secondary); } .add-block { margin-top: 3px; } .header-name, .header-value { min-width: min-content; } .link { color: var(--color-link); text-decoration: underline; cursor: pointer; outline-offset: 2px; padding: 0; } .learn-more-row { line-height: 24px; } /*# sourceURL=HeadersView.css */ `); export default styles;