@quick-game/cli
Version:
Command line interface for rapid qg development
44 lines (38 loc) • 1.02 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 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.
*/
.object-popover-content {
display: block;
position: relative;
overflow: hidden;
flex: 1 1 auto;
}
.object-popover-title {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
font-weight: bold;
padding-left: 18px;
padding-bottom: 2px;
}
.object-popover-tree {
border-top: 1px solid var(--sys-color-divider);
overflow: auto;
width: 100%;
height: calc(100% - 13px);
}
.object-popover-container {
display: inline-block;
}
/*# sourceURL=objectPopover.css */
`);
export default styles;