@quick-game/cli
Version:
Command line interface for rapid qg development
52 lines (42 loc) • 967 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 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.
*/
:host {
padding: 6px;
}
.docs-popup-wrapper {
max-width: 350px;
font-size: 12px;
line-height: 1.4;
}
.docs-popup-section {
margin-top: 8px;
}
.clickable {
color: var(--color-link);
}
.underlined {
text-decoration: underline;
}
.unbreakable-text {
white-space: nowrap;
}
.footer {
display: flex;
justify-content: space-between;
}
.dont-show input {
vertical-align: bottom;
}
/*# sourceURL=cssPropertyDocsView.css */
`);
export default styles;