@quick-game/cli
Version:
Command line interface for rapid qg development
49 lines (41 loc) • 1.11 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 (c) 2020 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.
*/
.issues-pane {
overflow: hidden;
}
.issues-pane-no-issues {
align-items: center;
background-color: var(--sys-color-cdt-base-container);
display: flex;
flex: 1 1 auto;
font-size: 18px;
justify-content: center;
padding: 30px;
}
.issues-toolbar-container {
display: flex;
flex: none;
}
.issues-toolbar-container > .toolbar {
background-color: var(--sys-color-cdt-base-container);
border-bottom: 1px solid var(--sys-color-divider);
}
.issues-toolbar-left {
flex: 1 1 auto;
}
.issues-toolbar-right {
padding-right: 6px;
}
/*# sourceURL=issuesPane.css */
`);
export default styles;