@quick-game/cli
Version:
Command line interface for rapid qg development
44 lines (37 loc) • 913 B
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 2016 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.
*/
.report-field-name {
flex-basis: 152px;
}
.manifest-view-header {
min-width: 600px;
flex-shrink: 0;
flex-grow: 0;
}
.manifest-container {
overflow: auto;
}
.inline-icon {
margin-left: 4px;
margin-right: 4px;
vertical-align: middle;
}
.multiline-value {
white-space: normal;
}
.inline-icon:focus-visible {
outline-width: unset;
}
/*# sourceURL=appManifestView.css */
`);
export default styles;