@yuebai008/cli
Version:
Command line interface for rapid qg-minigame development
1 lines • 2.13 kB
JavaScript
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.add-network-target-button {\n margin: 10px 25px;\n align-self: center;\n}\n\n.network-discovery-list {\n flex: none;\n max-width: 600px;\n max-height: 202px;\n margin: 20px 0 5px;\n}\n\n.network-discovery-list-empty {\n flex: auto;\n height: 30px;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n\n.network-discovery-list-item {\n padding: 3px 5px;\n height: 30px;\n display: flex;\n align-items: center;\n position: relative;\n flex: auto 1 1;\n}\n\n.network-discovery-value {\n flex: 3 1 0;\n}\n\n.list-item .network-discovery-value {\n white-space: nowrap;\n text-overflow: ellipsis;\n user-select: none;\n color: var(--color-text-primary);\n overflow: hidden;\n}\n\n.network-discovery-edit-row {\n flex: none;\n display: flex;\n flex-direction: row;\n margin: 6px 5px;\n align-items: center;\n}\n\n.network-discovery-edit-row input {\n width: 100%;\n text-align: inherit;\n}\n\n.network-discovery-footer {\n margin: 0;\n overflow: hidden;\n max-width: 500px;\n padding: 3px;\n}\n\n.network-discovery-footer > * {\n white-space: pre-wrap;\n}\n\n.node-panel {\n align-items: center;\n justify-content: flex-start;\n overflow-y: auto;\n}\n\n.network-discovery-view {\n min-width: 400px;\n text-align: left;\n}\n\n:host-context(.node-frontend) .network-discovery-list-empty {\n height: 40px;\n}\n\n:host-context(.node-frontend) .network-discovery-list-item {\n padding: 3px 15px;\n height: 40px;\n}\n\n.node-panel-center {\n max-width: 600px;\n padding-top: 50px;\n text-align: center;\n}\n\n.node-panel-logo {\n width: 400px;\n margin-bottom: 50px;\n}\n\n:host-context(.node-frontend) .network-discovery-edit-row input {\n height: 30px;\n padding-left: 5px;\n}\n\n:host-context(.node-frontend) .network-discovery-edit-row {\n margin: 6px 9px;\n}\n\n/*# sourceURL=nodeConnectionsPanel.css */\n");export default styles;