@quick-game/cli
Version:
Command line interface for rapid qg development
74 lines (63 loc) • 1.94 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 2018 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 {
z-index: 30;
padding: 4px;
background-color: var(--color-background-elevation-1);
border-radius: 7px;
border: 2px solid var(--color-details-hairline);
width: 90%;
pointer-events: auto;
}
:host(.sources-edit-breakpoint-dialog) {
border-radius: 0;
z-index: 30;
background-color: var(--color-background-elevation-1);
width: 555px;
pointer-events: auto;
margin-left: -1px;
padding: 0 10px 10px 5px;
border: 1px solid var(--color-details-hairline);
}
:host-context(.sources-edit-breakpoint-dialog) .condition-editor {
background-color: var(--color-background);
margin: 0 6px 20px 3px;
}
:host-context(.sources-edit-breakpoint-dialog) .source-frame-breakpoint-toolbar {
font-family: sans-serif;
font-size: 12px;
}
:host-context(.sources-edit-breakpoint-dialog) .link,
.devtools-link {
font-family: sans-serif;
font-size: 12px;
margin: 0 3px;
}
:host-context(.sources-edit-breakpoint-dialog) devtools-icon.link-icon {
vertical-align: sub;
margin-right: 0.5ch;
}
:host-context(.sources-edit-breakpoint-dialog) .link-wrapper {
display: inline-flex;
}
:host-context(.sources-edit-breakpoint-dialog) .dialog-header {
display: flex;
justify-content: space-between;
align-items: center;
}
:host-context(.sources-edit-breakpoint-dialog) .dialog-header > devtools-icon:hover {
--icon-color: var(--icon-default-hover);
}
/*# sourceURL=breakpointEditDialog.css */
`);
export default styles;