UNPKG

@quick-game/cli

Version:

Command line interface for rapid qg development

33 lines (28 loc) 833 B
// 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. */ .overview-info:not(:empty) { display: flex; background: var(--color-background); box-shadow: var(--drop-shadow); padding: 3px; } .overview-info .frame .time { display: none; } .overview-info .frame .thumbnail img { max-width: 50vw; max-height: 50vh; } /*# sourceURL=timelineOverviewInfo.css */ `); export default styles;