@quick-game/cli
Version:
Command line interface for rapid qg development
42 lines (37 loc) • 1.01 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 */
export default {
cssContent: `/*
* Copyright (c) 2014 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.
*/
.progress-indicator-shadow-stop-button {
background-color: var(--color-accent-red);
border: 0;
width: 10px;
height: 12px;
border-radius: 2px;
}
.progress-indicator-shadow-container {
display: flex;
flex: 1 0 auto;
align-items: center;
}
.progress-indicator-shadow-container .title {
text-overflow: ellipsis;
overflow: hidden;
max-width: 150px;
margin-right: 2px;
color: var(--color-text-secondary);
}
.progress-indicator-shadow-container progress {
flex: auto;
margin: 0 2px;
width: 100px;
}
`
};