@quick-game/cli
Version:
Command line interface for rapid qg development
54 lines (46 loc) • 1.39 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.
*/
.styles-element-classes-pane {
background-color: var(--sys-color-cdt-base-container);
border-bottom: 1px solid var(--sys-color-divider);
padding: 6px 2px 2px;
}
.styles-element-classes-container {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
.styles-element-classes-pane [is="dt-checkbox"] {
margin-right: 15px;
}
.styles-element-classes-pane .title-container {
padding-bottom: 2px;
}
.styles-element-classes-pane .new-class-input {
padding-left: 3px;
padding-right: 3px;
overflow: hidden;
border: 1px solid var(--sys-color-neutral-outline);
border-radius: 4px;
line-height: 15px;
margin-left: 3px;
width: calc(100% - 7px);
background-color: var(--sys-color-cdt-base-container);
cursor: text;
&:hover {
box-shadow: 0 0 0 1px var(--ref-palette-neutral90);
}
}
/*# sourceURL=classesPaneWidget.css */
`);
export default styles;