@quick-game/cli
Version:
Command line interface for rapid qg development
54 lines (46 loc) • 1.26 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 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 {
display: inline-flex;
vertical-align: middle;
}
:host(.hidden) {
display: none;
}
.expand-button {
display: inline-flex;
justify-content: center;
align-items: center;
box-sizing: border-box;
width: 14px;
height: 10px;
margin: 0 2px;
border: 1px solid var(--override-adorner-border-color, var(--sys-color-neutral-outline));
border-radius: 10px;
background: var(--override-adorner-background-color, var(--sys-color-neutral-container));
}
.expand-button:hover {
background: var(--sys-color-state-hover-dim-blend-protection);
}
.dot {
height: 2px;
width: 2px;
background: var(--text-primary);
border-radius: 50%;
}
.dot + .dot {
margin-left: 1px;
}
/*# sourceURL=elementsTreeExpandButton.css */
`);
export default styles;