UNPKG

@yuebai008/cli

Version:

Command line interface for rapid qg-minigame development

1 lines 2.02 kB
const styles=new CSSStyleSheet;styles.replaceSync('/*\n * Copyright (c) 2015 The Chromium Authors. All rights reserved.\n * Use of this source code is governed by a BSD-style license that can be\n * found in the LICENSE file.\n */\n\n.network-config {\n padding: 12px;\n display: block;\n}\n\n.network-config-group {\n display: flex;\n margin-bottom: 10px;\n flex-wrap: wrap;\n flex: 0 0 auto;\n min-height: 30px;\n}\n\n.network-config-title {\n margin-right: 16px;\n width: 130px;\n}\n\n.network-config-fields {\n flex: 2 0 200px;\n}\n\n.panel-section-separator {\n height: 1px;\n margin-bottom: 10px;\n background: var(--sys-color-divider);\n}\n/* Disable cache */\n\n.network-config-disable-cache {\n line-height: 28px;\n border-top: none;\n padding-top: 0;\n}\n\n.network-config-input-validation-error {\n color: var(--legacy-input-validation-error);\n margin: 5px 0;\n}\n\n.network-config-input-validation-error:empty {\n display: none;\n}\n/* Network throttling */\n\n.network-config-throttling .chrome-select {\n width: 100%;\n max-width: 250px;\n}\n\n.network-config-throttling > .network-config-title {\n line-height: 24px;\n}\n/* User agent */\n\n.network-config-ua > .network-config-title {\n line-height: 20px;\n}\n\n.network-config-ua span[is="dt-radio"].checked > * {\n display: none;\n}\n\n.network-config-ua input {\n display: block;\n width: calc(100% - 20px);\n}\n\n.network-config-ua input[type="text"],\n.network-config-ua .chrome-select {\n margin-top: 8px;\n}\n\n.network-config-ua .chrome-select {\n width: calc(100% - 20px);\n max-width: 250px;\n}\n\n.network-config-ua span[is="dt-radio"] {\n display: block;\n}\n\n.network-config-ua-custom {\n opacity: 50%;\n padding-bottom: 8px;\n}\n\n.network-config-ua-custom.checked {\n opacity: 100%;\n}\n\n.client-hints-form {\n margin-top: 14px;\n width: min(100%, 400px);\n}\n\n.status-text {\n padding: 10px;\n color: var(--color-accent-green);\n}\n\n/*# sourceURL=networkConfigView.css */\n');export default styles;