@quick-game/cli
Version:
Command line interface for rapid qg development
71 lines (56 loc) • 1.6 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 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.
*/
.tree-outline {
padding-left: 0;
color: var(--color-text-primary);
}
.tree-outline > ol {
padding-bottom: 10px;
}
.tree-outline li {
min-height: 20px;
}
li.storage-group-list-item {
padding: 10px 8px 6px;
}
li.storage-group-list-item:not(:first-child) {
border-top: 1px solid var(--sys-color-divider);
}
li.storage-group-list-item::before {
display: none;
}
.icons-container [is="ui-icon"].red-icon {
background-color: var(--icon-error);
}
[is="ui-icon"].navigator-file-tree-item {
background-color: var(--icon-file-default);
}
[is="ui-icon"].navigator-folder-tree-item {
background-color: var(--icon-folder-primary);
}
[is="ui-icon"].navigator-script-tree-item {
background-color: var(--icon-file-script);
}
[is="ui-icon"].navigator-stylesheet-tree-item {
background-color: var(--icon-file-styles);
}
[is="ui-icon"].navigator-image-tree-item,
[is="ui-icon"].navigator-font-tree-item {
background-color: var(--icon-file-image);
}
.window-closed .tree-element-title {
text-decoration: line-through;
}
/*# sourceURL=resourcesSidebar.css */
`);
export default styles;