@quick-game/cli
Version:
Command line interface for rapid qg development
71 lines (61 loc) • 1.28 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 (c) 2021 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 {
break-inside: avoid;
display: block;
padding-bottom: 9px;
width: 288px;
}
fieldset {
border: 0;
margin-left: 20px;
padding: 0;
}
legend {
color: var(--color-text-secondary);
font-size: 120%;
margin-left: -20px;
padding: 0;
text-align: left;
}
.link {
color: var(--color-link);
text-decoration: underline;
cursor: pointer;
outline-offset: 2px;
}
img {
background-size: 32px 32px;
border: 0;
border-radius: 50%;
display: block;
height: 32px;
width: 32px;
}
.warning {
display: block;
margin-top: 12px;
}
.account-info {
display: flex;
align-items: center;
margin-top: 12px;
}
.account-email {
display: flex;
flex-direction: column;
margin-left: 8px;
}
/*# sourceURL=syncSection.css */
`);
export default styles;