@quick-game/cli
Version:
Command line interface for rapid qg development
70 lines (58 loc) • 1.3 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 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.
*/
:host {
position: absolute ; /* stylelint-disable-line declaration-no-important */
top: 0;
bottom: 0;
left: 0;
right: 0;
overflow: hidden;
contain: strict;
background-color: transparent;
}
:host-context(.dimmed-pane) {
background-color: var(--color-background-opacity-50);
}
:host-context(.no-pointer-events) {
pointer-events: none;
}
.widget {
display: flex;
background-color: transparent;
pointer-events: auto;
flex: none;
}
.no-pointer-events {
pointer-events: none;
}
.arrow-top {
margin-top: -19px;
margin-left: -9px;
}
.arrow-bottom {
margin-left: -9px;
}
.arrow-left {
margin-left: -19px;
margin-top: -9px;
}
.arrow-right {
margin-top: -9px;
}
.arrow-none {
display: none;
}
:host-context(.-theme-with-dark-background) .arrow {
filter: invert(80%);
}
`
};