@quick-game/cli
Version:
Command line interface for rapid qg development
40 lines (35 loc) • 1.08 kB
JavaScript
// 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 2021 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.
*/
.devtools-text-input {
height: 32px;
width: 100%;
padding: 8px 11px;
line-height: 1.16;
letter-spacing: 0.015em;
border: 1px solid var(--sys-color-neutral-outline);
color: var(--color-text-primary);
border-radius: 3px;
background-color: var(--sys-color-cdt-base-container);
font-family: inherit;
font-size: inherit;
}
.devtools-text-input:focus-visible {
outline: none;
border-color: var(--sys-color-state-focus-ring);
}
.devtools-text-input::placeholder {
color: var(--color-input-text-disabled);
}
/*# sourceURL=textInput.css */
`);
export default styles;