@quick-game/cli
Version:
Command line interface for rapid qg development
48 lines (42 loc) • 1.05 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 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.
*/
* {
box-sizing: border-box;
padding: 0;
margin: 0;
font-size: inherit;
}
:host {
display: block;
}
.toolbar {
align-items: center;
display: flex;
justify-content: space-between;
padding-left: 5px;
padding-right: 10px;
padding-top: 1px;
height: 27px;
background-color: var(--color-background);
position: absolute;
bottom: 0;
width: 100%;
border-top: 1px solid var(--color-button-secondary-border);
}
.toolbar devtools-button {
width: 20px;
height: 20px;
}
/*# sourceURL=toolbar.css */
`);
export default styles;